VirtualSnapshotPoint::CompareTo Method (VirtualSnapshotPoint)
Visual Studio 2015
Compares one VirtualSnapshotPoint to another.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- other
-
Type:
Microsoft.VisualStudio.Text::VirtualSnapshotPoint
The second VirtualSnapshotPoint.
Return Value
Type: System::Int32If the positions of the virtual snapshot points are different, returns the difference in positions, otherwise returns the difference in the number of virtual spaces.
Implements
IComparable<T>::CompareTo(T)
Show: