你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChaosScheduleTimeUtc.GreaterThan 操作员

定义

比较当天左侧时间是否晚于右侧。

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

参数

operand1
ChaosScheduleTimeUtc

运算符的左侧。

operand2
ChaosScheduleTimeUtc

运算符右侧。

返回

适用于