Udostępnij za pośrednictwem


OAuth2GrantType.Inequality(OAuth2GrantType, OAuth2GrantType) Operator

Definition

Determines if two OAuth2GrantType values are not the same.

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

Parameters

Returns

Applies to