Share via


WindowsOSState.Inequality(WindowsOSState, WindowsOSState) Operator

Definition

Determines if two WindowsOSState values are not the same.

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

Parameters

Returns

Applies to