Udostępnij za pośrednictwem


OAuth2GrantType.Equality(OAuth2GrantType, OAuth2GrantType) Operator

Definition

Determines if two OAuth2GrantType values are the same.

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