Example #1
0
 protected bool Equals(TwoWords other)
 {
     return(string.Equals(this.Word1, other.Word1) && string.Equals(this.Word2, other.Word2));
 }
Example #2
0
 protected bool Equals(TwoWords other)
 {
     return string.Equals(this.Word1, other.Word1) && string.Equals(this.Word2, other.Word2);
 }