VirtualSnapshotPoint::Equals Method (Object^)

 

Determines whether two VirtualSnapshotPoint objects are the same.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The second virtual snapshot point.

Return Value

Type: System::Boolean

true if the objects are the same, otherwise false.

Return to top
Show: