operator ==

operator ==(Cell, Cell)

public static bool operator ==(Cell a, Cell b) ;

Description

Determine if the Cells are equal.

Parameters

Parameter Name Description
a Cell to determine if they are equal
b Cell to determine if they are equal

Returns

Returns true if the Cells are equal.