Example #1
0
 private bool Equals(TwinValue other)
 {
     return (first.Equals(other.first) && second.Equals(other.second));
 }
Example #2
0
 private bool Equals(TwinValue other)
 {
     return(first.Equals(other.first) && second.Equals(other.second));
 }