示例#1
0
 public virtual bool Equals(T other)
 {
     return(ChoObject.MemberwiseEquals <ChoEquatableObject <T> >(this, other as ChoEquatableObject <T>));
 }
示例#2
0
 public virtual bool Equals(ChoDisposableObject other)
 {
     return(ChoObject.MemberwiseEquals <ChoDisposableObject>(this, other as ChoDisposableObject));
 }