public bool Equals(ClassWithEqualsT other)
 {
 }
        public bool Equals(ClassWithEqualsT other)
//                  ^^^^^^ Secondary {{Call this method from 'Equals(object)'.}}
        {
            //...
        }
 public bool Equals(ClassWithEqualsT other)
 {
     return(false);
 }