using System; public interface IEquatable { bool Equals (T other); }