Spread Windows Forms 12.0 Product Documentation
Equals(Font) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure > Equals Method : Equals(Font) Method
An Font object to compare with this object.
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)
public bool Equals( 
   Font 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

Reference

Font Structure
Font Members
Overload List