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