次の方法で共有


HostNameOperator.Equality(HostNameOperator, HostNameOperator) Operator

Definition

Overriding == operator for enum HostNameOperator

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

Parameters

e1
HostNameOperator

the value to compare against e2

e2
HostNameOperator

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to