FillGrid.IsEqual
Method
Description:
Check if two fill grids are equal.
Check if two fill grids are equal.
Parameters
Parameter | Type | Description |
---|---|---|
other | FillGrid | The fill grid to be compared. |
Return Value
Type | Description |
---|---|
Boolean | True if the two fill grids are equal, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |