VirtualSnapshotPoint::Inequality Operator (VirtualSnapshotPoint, VirtualSnapshotPoint)

 

Determines whether two VirtualSnapshotPoint objects are different.

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

public:
static bool operator !=(
	VirtualSnapshotPoint left,
	VirtualSnapshotPoint right
)

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.

Return to top
Show: