EqualityPredicate

Undocumented in source.

Constructors

this
this(Expression _left, Expression _right)
Undocumented in source.

Members

Functions

render
string render()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

left
Expression left;
Undocumented in source.
right
Expression right;
Undocumented in source.

Inherited Members

From Predicate

render
string render()
Undocumented in source.
and
Predicate and(Predicate other)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Predicate or(Predicate other)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta