Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.OperationsUnionEquals(Union)

Equals Method (other)
Determines whether the specified Union is equal to the current Union.

Assembly: Epic.Query

Declaration Syntax
C#
public bool Equals(
	Union other
)
Parameters
other (Union)
The Union to compare with the current Union.
Return Value
true if the specified Union is equal to the current Union; otherwise, false.
Remarks
Two Union are equals if their relations are equals, regardless of the order. Indeed, the union is a commutative operation.
blog comments powered by Disqus