namespace XGame.Framework.Interfaces { public interface IEquatable { bool Equals(T other); } }