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

QueryTimeRange.Equality(QueryTimeRange, QueryTimeRange) 操作员

定义

确定两个 QueryTimeRange 值是否相同。

public static bool operator == (Azure.Monitor.Query.QueryTimeRange left, Azure.Monitor.Query.QueryTimeRange right);
static member ( = ) : Azure.Monitor.Query.QueryTimeRange * Azure.Monitor.Query.QueryTimeRange -> bool
Public Shared Operator == (left As QueryTimeRange, right As QueryTimeRange) As Boolean

参数

left
QueryTimeRange

要比较的第一个 QueryTimeRange

right
QueryTimeRange

要比较的第二个 QueryTimeRange

返回

如果 leftright 相同,则为 True;否则为 false。

适用于