Determines whether the current
Font object is equal to another object.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As Font
Dim other As Object
Dim value As Boolean
value = instance.Equals(other)
public override bool Equals(
object
)
Parameters
- other
- The object to compare with the current object.
Return Value
true
if the specified
Font is equal to this instance; otherwise,
false
.