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.

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

Syntax

Public Overrides Function Equals ( _
    o As Object _
) As Boolean
public override bool Equals(
    Object o
)

Parameters

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

FontFamily Class

System.Windows.Media Namespace