AfdCustomizedCipherSuiteForTls12.Inequality Operator

Definition

Determines if two AfdCustomizedCipherSuiteForTls12 values are not the same.

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

Parameters

left
AfdCustomizedCipherSuiteForTls12

The left value to compare.

right
AfdCustomizedCipherSuiteForTls12

The right value to compare.

Returns

Applies to