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