Dela via


ChaosScheduleTimeUtc.CompareTo(ChaosScheduleTimeUtc) Method

Definition

Determine how this time relates to another time.

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

Parameters

Returns

Returns 1 if this time is later than the other time, 0 if they are the same time and -1 if this time comes before the other time.

Implements

Applies to