Share via


SupportedFilterTypes.Equality Operator

Definition

Overriding == operator for enum SupportedFilterTypes

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

Parameters

e1
SupportedFilterTypes

the value to compare against e2

e2
SupportedFilterTypes

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to