SourceGrid.CellContext.Equals C# (CSharp) Method

Equals() public method

public Equals ( CellContext other ) : bool
other CellContext
return bool
        public bool Equals(CellContext other)
        {
            return (Position == other.Position && Cell == other.Cell && Grid == other.Grid);
        }

Same methods

CellContext::Equals ( object obj ) : bool