Spread Silverlight Documentation
Equals(IExtendedFormat) Method


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

Parameters

format
The other IExtendedFormat instance used to compare with.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members
Overload List