Determines whether the specified OrderCriterion<(Of <(<'TEntity>)>)> is a ContravariantOrder<(Of <(<'TEntity, TSpecializedEntity>)>)>
that wraps the same OrderCriterion<(Of <(<'TEntity>)>)> as the current instance.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
protected override bool EqualsA( OrderCriterion<TSpecializedEntity> other )
Parameters
- other (OrderCriterion<(Of <(<'TSpecializedEntity>)>)>)
- Other.
Return Value
trueTruetrue, if the current criterion and other are equivalent, falseFalsefalse otherwise.