JPathBinaryOperator
Namespace: SnowBank.Data.Json.JPath · class
Implements: JPathExpression, IEquatable<JPathExpression>
Expression that applies a binary operator on two expressions, or an expression and a constant
Properties
Left
JPathExpression Left { get; }
Expression for the left side of the operator
Operator
ExpressionType Operator { get; }
Type of operator applied
Right
object Right { get; }
Expression or constant value for the right side of the operator
Can be either a , , or
Methods
Equals
bool Equals(JPathExpression other)
GetHashCode
int GetHashCode()
ToString
string ToString()