Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Equals Method / Equals(Font) Method
An Font object to compare with this object.


In This Topic
Equals(Font) Method
In This Topic
Indicates whether the current Font object is equal to another Font object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As Font _
) As Boolean
 
'Usage
 
Dim instance As Font
Dim other As Font
Dim value As Boolean
 
value = instance.Equals(other)

Parameters

other
An Font object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.
See Also