Condividi tramite


BlockedDatesConstraintCategory.Equality Operator

Definition

Determines if two BlockedDatesConstraintCategory values are the same.

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