Determines whether the specified NaturalJoin is equal to the
current NaturalJoin.
Assembly: Epic.Query
Declaration Syntax
C# |
public bool Equals( NaturalJoin other )
Parameters
- other (NaturalJoin)
- The NaturalJoin to compare with the current NaturalJoin.
Return Value
Remarks
Two NaturalJoin are equals if the joined relations are equals, regardless of the order.
Indeed, the natural join is a commutative operation.