ThemeMode.Inequality(ThemeMode, ThemeMode) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether two ThemeMode objects are not equal.
public:
static bool operator !=(System::Windows::ThemeMode left, System::Windows::ThemeMode right);
public static bool operator != (System.Windows.ThemeMode left, System.Windows.ThemeMode right);
static member op_Inequality : System.Windows.ThemeMode * System.Windows.ThemeMode -> bool
Public Shared Operator != (left As ThemeMode, right As ThemeMode) As Boolean
Parameters
- left
- ThemeMode
The first ThemeMode object to compare.
- right
- ThemeMode
The second ThemeMode object to compare.
Returns
true
if the ThemeMode objects are not equal; false
otherwise.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.