operator | method

Where operator |(
  1. Where w
)

Implementation

Where operator |(Where w) {
  return _WhereOr(this, w);
}