AnchorPoint::Equals Method (Object^)

 

Gets a value indicating whether two AnchorPoint objects are equal.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The AnchorPoint that is compared with this AnchorPoint.

Return Value

Type: System::Boolean

Gets a value that indicates whether two AnchorPoint objects are equal.

Return to top
Show: