NetworkIPAllocationMethod.Equality Operator

Definition

Determines if two NetworkIPAllocationMethod values are the same.

public static bool operator ==(Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod left, Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod right);
static member ( = ) : Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod * Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod -> bool
Public Shared Operator == (left As NetworkIPAllocationMethod, right As NetworkIPAllocationMethod) As Boolean

Parameters

left
NetworkIPAllocationMethod

The left value to compare.

right
NetworkIPAllocationMethod

The right value to compare.

Returns

Applies to