FontStretch::Equals Method (Object^)

 

Compares a Object with the current FontStretch object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The instance of the Object to compare for equality.

Return Value

Type: System::Boolean

true if two instances are equal; otherwise, false.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: