Spread Silverlight Documentation
Equals(IExcelFont) Method


GrapeCity.Excel Namespace > ExcelFont Class > Equals Method : Equals(IExcelFont) Method
The other instance used to compared with the current instance.
Determines whether this instance is equals with the specific IExcelFont instance
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal right As IExcelFont _
) As System.Boolean
'Usage
 
Dim instance As ExcelFont
Dim right As IExcelFont
Dim value As System.Boolean
 
value = instance.Equals(right)
public System.bool Equals( 
   IExcelFont right
)

Parameters

right
The other instance used to compared with the current instance.
See Also

Reference

ExcelFont Class
ExcelFont Members
Overload List