public bool IsIdentical(IClone other)
 {
     return other.Equals(this);
 }
Пример #2
0
 public bool IsIdentical(IClone other)
 {
     return(other.Equals(this));
 }