PublicIPAllocationMethod.Equality Operator

Definition

Determines if two PublicIPAllocationMethod values are the same.

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

Parameters

left
PublicIPAllocationMethod

The left value to compare.

right
PublicIPAllocationMethod

The right value to compare.

Returns

Applies to