Manipulator2D.Equals(Object) Method

Definition

Determines whether this Manipulator2D object has the same value as the specified Manipulator2D object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The Manipulator2D object to compare this object to.

Returns

true if the two Manipulator2D objects are the same type and represent the same value; otherwise, false.

Applies to