public override System.bool Equals( System.object obj )
public function Equals( obj: System.TObject ): System.Boolean; override;
public override function Equals( obj : System.Object ) : System.boolean;
public: System.bool Equals( System.Object* obj ) override
public: System.bool Equals( System.Object^ obj ) override
Parameters
- obj
- Object to test.
Return Value
True if the 2 planes are logically equal, false otherwise.