Share via


BatchSecurityType.Inequality(BatchSecurityType, BatchSecurityType) Operator

Definition

Determines if two BatchSecurityType values are not the same.

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

Parameters

Returns

Applies to