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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET