다음을 통해 공유


GrantType.Equality(GrantType, GrantType) Operator

Definition

Determines if two GrantType values are the same.

public static bool operator == (Azure.ResourceManager.ApiManagement.Models.GrantType left, Azure.ResourceManager.ApiManagement.Models.GrantType right);
static member ( = ) : 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