Share via


PatchModeType.Inequality(PatchModeType, PatchModeType) Operator

Definition

Determines if two PatchModeType values are not the same.

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

Parameters

Returns

Applies to