namespace System { interface IEquatable { bool Equals(Object val); } interface IEquatable { bool Equals(T val2); } }