Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesEqualEqual(Scalar, Scalar)

Equal Constructor (leftOperand, rightOperand)
Initializes a new instance of the Equal class.

Assembly: Epic.Query

Declaration Syntax
C#
public Equal(
	Scalar leftOperand,
	Scalar rightOperand
)
Parameters
leftOperand (Scalar)
Left operand.
rightOperand (Scalar)
Right operand.
blog comments powered by Disqus