Inheritance: IPredicate
コード例 #1
0
 protected bool Equals(InPredicate other)
 {
     return(string.Equals(_attributeName, other._attributeName) && _values.SequenceEqual(other._values));
 }
コード例 #2
0
 protected bool Equals(InPredicate other)
 {
     return string.Equals(_attributeName, other._attributeName) && _values.SequenceEqual(other._values);
 }