equal


Description:

public bool equal (FontDescription desc2)

Compares two font descriptions for equality.

Two font descriptions are considered equal if the fonts they describe are provably identical. This means that their masks do not have to match, as long as other fields are all the same. (Two font descriptions may result in identical fonts being loaded, but still compare false.)

Parameters:

this

a `PangoFontDescription`

desc2

another `PangoFontDescription`

Returns:

true if the two font descriptions are identical, false otherwise.