Share via


StorableColorTheme.Inequality(StorableColorTheme, StorableColorTheme) Operator

Definition

This is the not-equals counterpart to ==

public:
 static bool operator !=(Microsoft::Windows::PowerShell::Gui::Internal::StorableColorTheme ^ left, Microsoft::Windows::PowerShell::Gui::Internal::StorableColorTheme ^ right);
 static bool operator !=(Microsoft::Windows::PowerShell::Gui::Internal::StorableColorTheme const & left, Microsoft::Windows::PowerShell::Gui::Internal::StorableColorTheme const & right);
public static bool operator != (Microsoft.Windows.PowerShell.Gui.Internal.StorableColorTheme left, Microsoft.Windows.PowerShell.Gui.Internal.StorableColorTheme right);
static member op_Inequality : Microsoft.Windows.PowerShell.Gui.Internal.StorableColorTheme * Microsoft.Windows.PowerShell.Gui.Internal.StorableColorTheme -> bool
Public Shared Operator != (left As StorableColorTheme, right As StorableColorTheme) As Boolean

Parameters

left
StorableColorTheme

The first object to compare

right
StorableColorTheme

The second object to compare

Returns

True or false

Applies to