Beispiel #1
0
 protected bool Equals(CbItem other)
 {
     return(string.Equals(Id, other.Id));
 }
 protected bool Equals(CbItem other)
 {
     return string.Equals(Id, other.Id);
 }