Exemple #1
0
 protected bool Equals(EqualityOperatorModel other)
 {
     return(this.Integer == other.Integer);
 }
 protected bool Equals(EqualityOperatorModel other)
 {
     return this.Integer == other.Integer;
 }