[]
Gets a boolean value indicating whether the two fills are matched.
public bool IsMatch(Workbook workbook, ref Fill other)
Public Function IsMatch(workbook As Workbook, ByRef other As Fill) As Boolean
| Type | Name | Description |
|---|---|---|
| Workbook | workbook | The workbook which holds the fill. |
| Fill | other | The compared fill. |
| Type | Description |
|---|---|
| bool |
|