Spread Silverlight Documentation
Equals(IExcelColor) Method


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

Parameters

other
The other IExcelColor instance used to compare
See Also

Reference

ExcelColor Class
ExcelColor Members
Overload List