CertificateRevocationCheckEnabledState.Inequality Operator

Definition

Determines if two CertificateRevocationCheckEnabledState values are not the same.

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

Parameters

left
CertificateRevocationCheckEnabledState

The left value to compare.

right
CertificateRevocationCheckEnabledState

The right value to compare.

Returns

Applies to