Freigeben über


SnapshotPoint.Equality-Operator

Bestimmt, ob dieser Momentaufnahmepunkt identisch mit einem zweiten Momentaufnahmepunkt ist.

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

Syntax

'Declaration
Public Shared Operator = ( _
    left As SnapshotPoint, _
    right As SnapshotPoint _
) As Boolean
public static bool operator ==(
    SnapshotPoint left,
    SnapshotPoint right
)
public:
static bool operator ==(
    SnapshotPoint left, 
    SnapshotPoint right
)
static let inline(=)
        left:SnapshotPoint * 
        right:SnapshotPoint  : bool
JScript unterstützt keine überladenen Operatoren.

Parameter

Rückgabewert

Typ: Boolean
true , wenn die Momentaufnahme zeigt identisch sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotPoint Struktur

Microsoft.VisualStudio.Text-Namespace