次の方法で共有


Relaytype.Equality(Relaytype, Relaytype) Operator

Definition

Overriding == operator for enum Relaytype

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

Parameters

e1
Relaytype

the value to compare against e2

e2
Relaytype

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to