SnapshotPoint::CompareTo Method (SnapshotPoint)

 

Determines whether this snapshot 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 int CompareTo(
	SnapshotPoint other
) sealed

Parameters

other
Type: Microsoft.VisualStudio.Text::SnapshotPoint

The second snapshot point.

Return Value

Type: System::Int32

A negative integer if the position of this snapshot point occurs before the second snapshot point, a positive integer if the position of this snapshot point occurs before the second snapshot point, and zero if the positions are the same.

Return to top
Show: