FontFamily.Equals

FontFamily.Equals method

Indicates whether the specified object is a FontFamily and is identical to this FontFamily.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to test.

Return Value

true if obj is a FontFamily and is identical to this FontFamily; otherwise, false.

See Also