VirtualSnapshotPoint.Inequality Operator

Definition

Determines whether two VirtualSnapshotPoint objects are different.

public:
 static bool operator !=(Microsoft::VisualStudio::Text::VirtualSnapshotPoint left, Microsoft::VisualStudio::Text::VirtualSnapshotPoint right);
public static bool operator != (Microsoft.VisualStudio.Text.VirtualSnapshotPoint left, Microsoft.VisualStudio.Text.VirtualSnapshotPoint right);
static member op_Inequality : Microsoft.VisualStudio.Text.VirtualSnapshotPoint * Microsoft.VisualStudio.Text.VirtualSnapshotPoint -> bool
Public Shared Operator != (left As VirtualSnapshotPoint, right As VirtualSnapshotPoint) As Boolean

Parameters

left
VirtualSnapshotPoint

The first object.

right
VirtualSnapshotPoint

The second object.

Returns

true if the two objects are different, otherwise false.

Applies to