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