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