'Declaration Public Overloads Function Equals( _ ByVal right As IExcelFont _ ) As Boolean
'Usage Dim instance As ExcelFont Dim right As IExcelFont Dim value As Boolean value = instance.Equals(right)
public bool Equals( IExcelFont right )
Parameters
- right
- The other instance used to compared with the current instance.