Share via


MatchingMethod.Equality(MatchingMethod, MatchingMethod) Operator

Definition

Overriding == operator for enum MatchingMethod

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

Parameters

e1
MatchingMethod

the value to compare against e2

e2
MatchingMethod

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to