DeploymentVersiongApprovalStatus.Inequality Operator

Definition

Determines if two DeploymentVersiongApprovalStatus values are not the same.

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