Share via


VirtualSnapshotPoint.CompareTo(VirtualSnapshotPoint) Method

Definition

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

Returns

Compares the position and number of virtual spaces of the two points.

Implements

Applies to