Language

MccCacheNodeOSType.Inequality(MccCacheNodeOSType, MccCacheNodeOSType) Operator

Definition

Determines if two MccCacheNodeOSType values are not the same.

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

Parameters

left
MccCacheNodeOSType

The left value to compare.

right
MccCacheNodeOSType

The right value to compare.

Returns

Applies to