Freigeben über


VirtualSnapshotPoint.Inequality-Operator

Bestimmt, ob zwei VirtualSnapshotPoint-Objekte unterschiedlich sind.

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

Syntax

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

Parameter

Rückgabewert

Typ: Boolean
true , wenn die beiden Objekte unterschiedlich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VirtualSnapshotPoint Struktur

Microsoft.VisualStudio.Text-Namespace