VirtualSnapshotPoint Operators

Visual Studio 2015
 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(VirtualSnapshotPoint, VirtualSnapshotPoint)

Determines whether two VirtualSnapshotPoint objects are the same.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(VirtualSnapshotPoint, VirtualSnapshotPoint)

Determines whether the position of the left point is greater than the position of the right point.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(VirtualSnapshotPoint, VirtualSnapshotPoint)

Determines whether the position of the left point is greater than or equal to the position of the right point.

System_CAPS_puboperatorSystem_CAPS_staticInequality(VirtualSnapshotPoint, VirtualSnapshotPoint)

Determines whether two VirtualSnapshotPoint objects are different.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(VirtualSnapshotPoint, VirtualSnapshotPoint)

Determines whether the position of the left point is less than the position of the right point.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(VirtualSnapshotPoint, VirtualSnapshotPoint)

Determines whether the position of the left point is less than or equal to the position of the right point.

Return to top
Show: