IotSecurityInventoryListKind.Inequality Operator

Definition

Determines if two IotSecurityInventoryListKind values are not the same.

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

Parameters

left
IotSecurityInventoryListKind

The left value to compare.

right
IotSecurityInventoryListKind

The right value to compare.

Returns

Applies to