Font.Equals

Font.Equals method

Checks if two fonts are equals.

public bool Equals(Font font)
ParameterTypeDescription
fontFontCompared font object.

Return Value

True if equal to the compared font object.

See Also