コード例 #1
0
 protected bool Equals(ColumnExpression other)
 {
     return(_property.Equals(other._property) &&
            _tableExpression.Equals(other._tableExpression));
 }
コード例 #2
0
 protected bool Equals(ColumnExpression other)
 => _property.Equals(other._property) &&
 _tableExpression.Equals(other._tableExpression);