FontStretch::Compare Method (FontStretch, FontStretch)
.NET Framework (current version)
Compares two instances of FontStretch objects.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- left
-
Type:
System.Windows::FontStretch
The first FontStretch object to compare.
- right
-
Type:
System.Windows::FontStretch
The second FontStretch object to compare.
Return Value
Type: System::Int32An Int32 value that represents the relationship between the two instances of FontStretch.
When the return value is less than zero, left is less than right. When this value is zero, it indicates that both operands are equal. When the value is greater than zero, it indicates that left is greater than right.
.NET Framework
Available since 3.0
Available since 3.0
Show: