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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.