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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET