Share via


ManagedServiceIdentityType.Inequality Operator

Definition

Determines if two ManagedServiceIdentityType values are not the same.

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

Parameters

Returns

Applies to