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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET