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.
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 -> intPublic Function CompareTo (other As ChaosScheduleTimeUtc) As IntegerParameters
- other
- ChaosScheduleTimeUtc
Returns
		System.Int32
		
	
	
	Implements
					
						System.IComparable`1.CompareTo(`0)