FontFamily::Equals Method (Object^)

 

Gets a value that indicates whether the current font family object and the specified font family object are the same.

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

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The FontFamily object to compare.

Return Value

Type: System::Boolean

true if o is equal to the current FontFamily object; otherwise, false. If o is not a FontFamily object, false is returned.

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