FontStretch::Equals Method (FontStretch)

 

Compares a FontStretch object with the current FontStretch object.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
bool Equals(
	FontStretch obj
)

Parameters

obj
Type: System.Windows::FontStretch

The instance of the FontStretch object to compare for equality.

Return Value

Type: System::Boolean

true if two instances are equal; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: