ComputeScheduleAllocationStrategy.Equality Operator

Definition

Determines if two ComputeScheduleAllocationStrategy values are the same.

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