コード例 #1
0
 private bool Equals(TwinValue other)
 {
     return (first.Equals(other.first) && second.Equals(other.second));
 }
コード例 #2
0
 private bool Equals(TwinValue other)
 {
     return(first.Equals(other.first) && second.Equals(other.second));
 }