AfdCustomizedCipherSuiteForTls13.Equality Operator

Definition

Determines if two AfdCustomizedCipherSuiteForTls13 values are the same.

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