FontFamily.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the current font family object and the specified font family object are the same.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- o
- Type: System.Object
The object to compare.
Return Value
Type: System.Booleantrue if o is equal to the current FontFamily object; otherwise, false. If o is not a FontFamily object, false is returned.
Show: