Aracılığıyla paylaş


ChaosScheduleTimeUtc.GreaterThan Operator

Definition

Compares if left side time is later in the day than the right side.

public static bool operator > (System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc operand1, System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc operand2);
static member ( > ) : System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc * System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc -> bool
Public Shared Operator > (operand1 As ChaosScheduleTimeUtc, operand2 As ChaosScheduleTimeUtc) As Boolean

Parameters

operand1
ChaosScheduleTimeUtc

Left side of operator.

operand2
ChaosScheduleTimeUtc

Right side of operator.

Returns

Applies to