Determines whether the specified object is a Font, value identical to this one.
Syntax

[C#]

virtual bool Equals(Object obj);

[Visual Basic]

Overidable Function Equals(obj As Object) As Boolean
Params
Name Description
obj The object to compare.
return True if they are identical, otherwise false.
Notes

None.

Example

None.