Spread Silverlight Documentation
Equals(ExtendedFormat) Method


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

Parameters

excelStyle
The specified ExtendedFormat used to compared with the current item

Return Value

true if the specified item has the same settings, otherwise, False
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members
Overload List