Share via


SecurityType.Inequality(SecurityType, SecurityType) Operator

Definition

Determines if two SecurityType values are not the same.

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

Parameters

right
SecurityType

Returns

Applies to