In This Topic
Determines whether the specified System.Object instances are considered equal.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- A Excel font to compare.
Return Value
true if the objects are considered equal; otherwise, false.
See Also