GrapeCity.Xaml.Excel
Equals(IExcelNumberFormat) Method


The other IExcelNumberFormat used to compared with the current object..
Determines whether the current instance is equals to the specific IExcelNumberFormat instance.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As IExcelNumberFormat _
) As Boolean
'Usage
 
Dim instance As ExcelNumberFormat
Dim other As IExcelNumberFormat
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   IExcelNumberFormat other
)

Parameters

other
The other IExcelNumberFormat used to compared with the current object..

Return Value

True if the two object are equals.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelNumberFormat Class
ExcelNumberFormat Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options