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