Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesBinaryPredicateBaseEquals(BinaryPredicateBase)

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

Assembly: Epic.Query

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