Freigeben über


IPAllocationType.Equality(IPAllocationType, IPAllocationType) Operator

Definition

Overriding == operator for enum IPAllocationType

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

Parameters

e1
IPAllocationType

the value to compare against e2

e2
IPAllocationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to