Equals

FontData.Equals method

Determines whether two FontData instances are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe FontData to compare with the current FontData.

Return Value

true if the specified FontData is equal to the current FontData; otherwise, false.

See Also