contains

open operator override fun contains(element: SudokuSchema): Boolean

Checks if the specified SudokuSchema is present in the collection.

Return

True if the element is in the collection, false otherwise.

Parameters

element

The SudokuSchema to check for.