Share via


RoleManagementUserType.Inequality Operator

Definition

Determines if two RoleManagementUserType values are not the same.

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

Parameters

Returns

Applies to