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

ChaosScheduleTimeUtc.Equality 运算符

定义

比较左侧时间是否与右侧的时间相同。

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

运算符右侧。

返回

适用于