Freigeben über


SnapshotPoint.Inequality-Operator

Bestimmt, ob sich dieser Momentaufnahmepunkt von einem zweiten Momentaufnahmepunkt unterscheidet.

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 zwei Objekte unterschiedlich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotPoint Struktur

Microsoft.VisualStudio.Text-Namespace