FontStyle.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two instances of FontStyle for equality.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- left
- Type: System.Windows.FontStyle
The first instance of FontStyle to compare.
- right
- Type: System.Windows.FontStyle
The second instance of FontStyle to compare.
Return Value
Type: System.Booleantrue if the specified FontStyle objects are equal; otherwise, false.
Show: