<Code Lib>
2025.3 Method
Changes 0
M

FillGrid.IsEqual

Description:
Check if two fill grids are equal.

public bool IsEqual(
	FillGrid other
)

  • other
    The fill grid to be compared.
Return Value Boolean True if the two fill grids are equal, false otherwise.

Loading…