VirtualSnapshotPoint.CompareTo(VirtualSnapshotPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares one VirtualSnapshotPoint to another.
public:
virtual int CompareTo(Microsoft::VisualStudio::Text::VirtualSnapshotPoint other);
public int CompareTo (Microsoft.VisualStudio.Text.VirtualSnapshotPoint other);
abstract member CompareTo : Microsoft.VisualStudio.Text.VirtualSnapshotPoint -> int
override this.CompareTo : Microsoft.VisualStudio.Text.VirtualSnapshotPoint -> int
Public Function CompareTo (other As VirtualSnapshotPoint) As Integer
Parameters
- other
- VirtualSnapshotPoint
The second VirtualSnapshotPoint.
Returns
Compares the position and number of virtual spaces of the two points.