operator & method

Where operator &(
  1. Where w
)

Implementation

Where operator &(Where w) {
  return _WhereAnd(this, w);
}