FontStretch.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 FontStretch for equality.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Operator = ( _ left As FontStretch, _ right As FontStretch _ ) As Boolean
Parameters
- left
- Type: System.Windows.FontStretch
First instance of FontStretch to compare.
- right
- Type: System.Windows.FontStretch
Second instance of FontStretch to compare.
Return Value
Type: System.Booleantrue when the specified FontStretch objects are equal; otherwise, false.
Show: