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