TwoD<T>.Equals Equals(TwoD<T>) Equality compare. Declaration public bool Equals(TwoD<T> other) Parameters Type Name Description TwoD<T> other The T to compare to. Returns Type Description bool true if this.X == other.X && this.Y == other.Y. Implements System.IEquatable<T>.Equals(T)