ChaosScheduleTimeUtc.GreaterThanOrEqual Operator
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.
Compares if left side time is later or at the same time in the day as 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.