DeploymentVersiongApprovalStatus.Equality Operator

Definition

Determines if two DeploymentVersiongApprovalStatus values are the same.

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

Parameters

left
DeploymentVersiongApprovalStatus

The left value to compare.

right
DeploymentVersiongApprovalStatus

The right value to compare.

Returns

Applies to