'Declaration Public Overloads Function Equals( _ ByVal other As IExcelBorder _ ) As Boolean
'Usage Dim instance As ExcelBorder Dim other As IExcelBorder Dim value As Boolean value = instance.Equals(other)
public bool Equals( IExcelBorder other )
Parameters
- other
- An ExcelBorder instance used to compared with the current instance.
Return Value
true if the specified ExcelBorder is equal to this instance; otherwise,
false
.