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