BlockedDatesConstraintCategory.Inequality Operator

Definition

Determines if two BlockedDatesConstraintCategory values are not the same.

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

Parameters

left
BlockedDatesConstraintCategory

The left value to compare.

right
BlockedDatesConstraintCategory

The right value to compare.

Returns

Applies to