Indicates whether this Python environment is equal to the specified Python environment.

 

   

Syntax
 

[C#]
bool Equals(PythonEnv other)

 

   

Params
 
Name Description
other The Python environment to compare.
return Whether this Python environment is equal to the specified Python environment.

 

   

Notes
 
Indicates whether this Python environment is equal to the specified Python environment.

 

   

Example
 
None.