IPAllocationMethod.Equality(IPAllocationMethod, IPAllocationMethod) Operator

Definition

Overriding == operator for enum IPAllocationMethod

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

Parameters

e1
IPAllocationMethod

the value to compare against e2

e2
IPAllocationMethod

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to