public override int GetHashCode() { unchecked { return(((CustomString != null ? CustomString.GetHashCode() : 0) * 397) ^ CustomInt); } }