ComputeScheduleAllocationStrategy.Inequality Operator

Definition

Determines if two ComputeScheduleAllocationStrategy values are not the same.

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

Parameters

left
ComputeScheduleAllocationStrategy

The left value to compare.

right
ComputeScheduleAllocationStrategy

The right value to compare.

Returns

Applies to