Share via


RestServiceAuthenticationType.Inequality Operator

Definition

Determines if two RestServiceAuthenticationType values are not the same.

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

Parameters

Returns

Applies to