次の方法で共有


DimensionOperator.Equality(DimensionOperator, DimensionOperator) Operator

Definition

Overriding == operator for enum DimensionOperator

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator e1, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator * Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator -> bool
Public Shared Operator == (e1 As DimensionOperator, e2 As DimensionOperator) As Boolean

Parameters

e1
DimensionOperator

the value to compare against e2

e2
DimensionOperator

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to