AnchorPoint.Equals(Object) Method

Definition

Gets a value indicating whether two AnchorPoint objects are equal.

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 AnchorPoint that is compared with this AnchorPoint.

Returns

true if the AnchorPoint objects are equal.

Applies to