Range.CompareTo(Range) 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 the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
public:
virtual int CompareTo(Microsoft::VisualStudio::RpcContracts::Utilities::Range other);
public int CompareTo (Microsoft.VisualStudio.RpcContracts.Utilities.Range other);
abstract member CompareTo : Microsoft.VisualStudio.RpcContracts.Utilities.Range -> int
override this.CompareTo : Microsoft.VisualStudio.RpcContracts.Utilities.Range -> int
Public Function CompareTo (other As Range) As Integer
Parameters
- other
- Range