Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesPredicateEquals(Predicate)

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

Assembly: Epic.Query

Declaration Syntax
C#
public abstract bool Equals(
	Predicate other
)
Parameters
other (Predicate)
The Predicate to compare with the current Predicate.
Return Value
trueTruetrue if the specified Predicate is equal to the current Predicate; otherwise, falseFalsefalse.
blog comments powered by Disqus