PublicIPAllocationMethod.Inequality Operator

Definition

Determines if two PublicIPAllocationMethod values are not the same.

public static bool operator !=(Azure.ResourceManager.ComputeSchedule.Models.PublicIPAllocationMethod left, Azure.ResourceManager.ComputeSchedule.Models.PublicIPAllocationMethod right);
static member op_Inequality : 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