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

EqualsA Method (other)
Determines whether the specified OrderCriterion<(Of <(<'TEntity>)>)> is equal to the current OrderCriterion<(Of <(<'TEntity>)>)>, given that Equals(OrderCriterion<(Of <<'(TEntity>)>>)) grant that it is not nullNothingnullptr, this and that it has the same type of the current instance.

Assembly: Epic.Query.Object

Declaration Syntax
C#
protected abstract bool EqualsA(
	OrderCriterion<TEntity> other
)
Parameters
other (OrderCriterion<(Of <(<'TEntity>)>)>)
Other.
Return Value
trueTruetrue, if the current criterion and other are equivalent, falseFalsefalse otherwise.
blog comments powered by Disqus