Epoch.CompareTo(Epoch) Method

Definition

Compares this Epoch object to the specified otherEpoch object.

public int CompareTo (System.Fabric.Epoch other);
abstract member CompareTo : System.Fabric.Epoch -> int
override this.CompareTo : System.Fabric.Epoch -> int
Public Function CompareTo (other As Epoch) As Integer

Parameters

other
Epoch

The Epoch object to compare.

Returns

Returns Int32.

Implements

Applies to