SnapshotPoint::Equals Method (Object^)

 

Determines whether this snapshot point is the same as a second snapshot point.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The second snapshot point.

Return Value

Type: System::Boolean

true if the two objects are the same, otherwise false.

Return to top
Show: