Share via


ParamIndicator.Equality(ParamIndicator, ParamIndicator) Operator

Definition

Overriding == operator for enum ParamIndicator

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

Parameters

e1
ParamIndicator

the value to compare against e2

e2
ParamIndicator

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to