Share via


GrantType.Inequality(GrantType, GrantType) Operator

Definition

Determines if two GrantType values are not the same.

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

Parameters

left
GrantType
right
GrantType

Returns

Applies to