Determines whether the specified RelationalExpression is equal to the current Projection.
Assembly: Epic.Query
Declaration Syntax
C# |
public override bool Equals( RelationalExpression other )
Parameters
- other (RelationalExpression)
- The RelationalExpression to compare with the current Projection.
Return Value
trueTruetrue if the specified RelationalExpression is equal to the current
Projection; otherwise, falseFalsefalse.