Equals

Font.Equals method

Indicates whether the specified object is a Font and has the same property values as this Font.

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

Return Value

True if the obj parameter is a Font and has the same property values as this Font; otherwise, false.

See Also