示例#1
0
 public override bool Equals(T x, T y)
 {
     return(EqualsPredicate.Invoke(x, y));
 }