AppServiceTlsCipherSuite.Inequality Operator

Definition

Determines if two AppServiceTlsCipherSuite values are not the same.

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

Parameters

Returns

Applies to