operator !=

operator !=(Cell, Cell)

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

Description

Determine if the Cells are not equal.

Parameters

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

Returns

Returns true if the Cells are not equal.