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