Equals

Equals(object)

public bool Equals(object obj) ;

Description

Determine if the Cells are equal.

Parameters

Parameter Name Description
obj Object to determine if they are equal

Returns

Returns true if they are equal.

Equals(Cell)

public bool Equals(Cell other) ;

Description

Determine if the Cells are equal.

Parameters

Parameter Name Description
other Cell to determine if they are equal

Returns

Returns true if they are equal.