Grid.GridCell.Equals C# (CSharp) Method

Equals() public method

public Equals ( Node, other ) : bool
other Node,
return bool
        public bool Equals(Node other)
        {
            return other == this;
        }