OpenAuthenticationProviderType.Inequality Operator

Definition

Determines if two OpenAuthenticationProviderType values are not the same.

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

Parameters

Returns

Applies to