VirtualSnapshotPoint::LessThan Operator (VirtualSnapshotPoint, VirtualSnapshotPoint)
Visual Studio 2015
Determines whether the position of the left point is less than the position of the right point.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
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::Booleantrue if left.Position is less than right.Position, otherwise false.
| Exception | Condition |
|---|---|
| ArgumentException | The snapshots of the points do not match. |
Show: