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