ChaosScheduleTimeUtc.CompareTo(ChaosScheduleTimeUtc) 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.
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
- other
- ChaosScheduleTimeUtc
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET