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
- other (OrderCriterion<(Of <(<'TEntity>)>)>)
- The OrderCriterion<(Of <(<'TEntity>)>)> to compare with the current OrderCriterion<(Of <(<'TEntity>)>)>.
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.