SequenceNumber.CompareTo(SequenceNumber) Method

Definition

Compares this sequence number with a specified object.

public:
 virtual int CompareTo(System::IO::Log::SequenceNumber other);
public int CompareTo (System.IO.Log.SequenceNumber other);
abstract member CompareTo : System.IO.Log.SequenceNumber -> int
override this.CompareTo : System.IO.Log.SequenceNumber -> int
Public Function CompareTo (other As SequenceNumber) As Integer

Parameters

other
SequenceNumber

An object that evaluates to the current sequence number.

Returns

A 32-bit signed integer indicating the lexical relationship between the two comparands.

Value Condition
Less than zero This instance is less than other.
Zero This instance is equal to other.
Greater than zero This instance is greater than other.

Implements

Applies to