SnapshotPoint.CompareTo Method
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)
Syntax
‘선언
Public Function CompareTo ( _
other As SnapshotPoint _
) As Integer
public int CompareTo(
SnapshotPoint other
)
public:
virtual int CompareTo(
SnapshotPoint other
) sealed
abstract CompareTo :
other:SnapshotPoint -> int
override CompareTo :
other:SnapshotPoint -> int
public final function CompareTo(
other : SnapshotPoint
) : int
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.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.