AfdCustomizedCipherSuiteForTls13.Inequality Operator

Definition

Determines if two AfdCustomizedCipherSuiteForTls13 values are not the same.

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

Parameters

left
AfdCustomizedCipherSuiteForTls13

The left value to compare.

right
AfdCustomizedCipherSuiteForTls13

The right value to compare.

Returns

Applies to