예제 #1
0
 protected bool Equals(FilterAdded other)
 {
     return(Equals(_filter, other._filter));
 }
예제 #2
0
 protected bool Equals(FilterAdded other)
 {
     return Equals(_filter, other._filter);
 }