Equality Operator
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows
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.Boolean
true when the specified FontStretch objects are equal; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft