Freigeben über


SnapshotPoint.CompareTo-Methode

Bestimmt, ob diese Momentaufnahme identisch mit einem zweiten Momentaufnahmepunkt ist.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Int32
Eine negative ganze Zahl, wenn die Position dieses Momentaufnahmepunkts vor dem zweiten Momentaufnahmepunkt auftritt, eine positive ganze Zahl, wenn die Position dieses Momentaufnahmepunkts vor dem zweiten Momentaufnahmepunkt auftritt, und 0 (null), wenn die Positionen gleich sind.

Implementiert

IComparable.CompareTo(UTP)

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotPoint Struktur

Microsoft.VisualStudio.Text-Namespace