Share via


BatchCertificateFormat.Inequality Operator

Definition

Determines if two BatchCertificateFormat values are not the same.

public static bool operator !=(Azure.Compute.Batch.BatchCertificateFormat left, Azure.Compute.Batch.BatchCertificateFormat right);
static member op_Inequality : Azure.Compute.Batch.BatchCertificateFormat * Azure.Compute.Batch.BatchCertificateFormat -> bool
Public Shared Operator != (left As BatchCertificateFormat, right As BatchCertificateFormat) As Boolean

Parameters

Returns

Applies to