Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two VirtualSnapshotPoint objects are different.
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 does not support overloaded operators.
Parameters
- left
Type: Microsoft.VisualStudio.Text.VirtualSnapshotPoint
The left-hand point.
- right
Type: Microsoft.VisualStudio.Text.VirtualSnapshotPoint
The right-hand point.
Return Value
Type: System.Boolean
true if the two objects are different, otherwise false.
.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.