Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectOrderCriterion<(Of <(<'TEntity>)>)>Equals(OrderCriterion<(Of <<'(TEntity>)>>))

Equals Method (other)
Determines whether the specified OrderCriterion<(Of <(<'TEntity>)>)> is equal to the current OrderCriterion<(Of <(<'TEntity>)>)>.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public bool Equals(
	OrderCriterion<TEntity> other
)
Parameters
Return Value
trueTruetrue if the specified OrderCriterion<(Of <(<'TEntity>)>)> is equal to the current OrderCriterion<(Of <(<'TEntity>)>)>; otherwise, falseFalsefalse.
Remarks
This is a template method thet test other for reference equality with nullNothingnullptr and this and than for type equality (GetType()()()()). If both tests fails, it delegates to the abstract method EqualsA(OrderCriterion<(Of <<'(TEntity>)>>)) the equality determination.
blog comments powered by Disqus