LineSegment::Equals Method (Object^)

 

Gets a value indicating whether two LineSegment 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 LineSegment that is compared with this LineSegment.

Return Value

Type: System::Boolean
Return to top
Show: