Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalRelationalExpressionEquals(RelationalExpression)

Equals Method (other)
Determines whether the specified RelationalExpression is equal to the current RelationalExpression.

Assembly: Epic.Query

Declaration Syntax
C#
public abstract bool Equals(
	RelationalExpression other
)
Parameters
other (RelationalExpression)
The RelationalExpression to compare with the current RelationalExpression.
Return Value
trueTruetrue if the specified RelationalExpression is equal to the current RelationalExpression; otherwise, falseFalsefalse.
blog comments powered by Disqus