Exemplo n.º 1
0
 public int GetHashCode(DomainedI obj)
 {
     return(0);
     //throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public bool Equals(DomainedI x, DomainedI y)
 {
     return(nilnul.txt.eq_.CaseInsensitive.Singleton.Equals(x.ToString(), y.ToString()));
     //throw new NotImplementedException();
 }