Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.OperationsNaturalJoinEquals(NaturalJoin)

Equals Method (other)
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
true if the specified NaturalJoin is equal to the current NaturalJoin; otherwise, false.
Remarks
Two NaturalJoin are equals if the joined relations are equals, regardless of the order. Indeed, the natural join is a commutative operation.
blog comments powered by Disqus