示例#1
0
 public bool Equals(whatabouthisone other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(base.Equals(other) && Equals(other.Property1bis, Property1bis) && Equals(other.Property2bis, Property2bis));
 }
示例#2
0
 public bool Equals(whatabouthisone other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return base.Equals(other)  	 && Equals(other.Property1bis, Property1bis)  	 && Equals(other.Property2bis, Property2bis) ;
 }