'Declaration Public Overloads Function Equals( _ ByVal other As IExcelNumberFormat _ ) As System.Boolean
'Usage Dim instance As ExcelNumberFormat Dim other As IExcelNumberFormat Dim value As System.Boolean value = instance.Equals(other)
public System.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.