FontWeight::Equals Method (Object^)

 

Determines whether the current FontWeight object is equal to a specified object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to compare for equality.

Return Value

Type: System::Boolean

true if the 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: