FontWeight::Equals Method (FontWeight)

 

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

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

public:
bool Equals(
	FontWeight obj
)

Parameters

obj
Type: System.Windows::FontWeight

The instance of FontWeight to compare for equality.

Return Value

Type: System::Boolean

true if the two instances are equal; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: