Partager via


ValidationThresholdGrouping.Equality Operator

Definition

Overriding == operator for enum ValidationThresholdGrouping

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

Parameters

e1
ValidationThresholdGrouping

the value to compare against e2

e2
ValidationThresholdGrouping

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to