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

EqualsA Method (other)
Determines whether the specified OrderCriterion<(Of <(<'TEntity>)>)> is equal to the current ReverseOrder<(Of <(<'TEntity>)>)>, given that EqualsA(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 override bool EqualsA(
	OrderCriterion<TEntity> other
)
Parameters
other (OrderCriterion<(Of <(<'TEntity>)>)>)
Another criterion.
Return Value
trueTruetrue, if the current criterion is equal to the other, falseFalsefalse otherwise.
blog comments powered by Disqus