Share via


ServerPortOperator.Equality(ServerPortOperator, ServerPortOperator) Operator

Definition

Overriding == operator for enum ServerPortOperator

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

Parameters

e1
ServerPortOperator

the value to compare against e2

e2
ServerPortOperator

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to