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

Compare Method (x, y)
Compare the specified entities.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public override int Compare(
	TEntity x,
	TEntity y
)
Parameters
x (TEntity)
The first entity.
y (TEntity)
The second entity.
Return Value

[Missing <returns> documentation for "M:Epic.Query.Object.ReverseOrder`1.Compare(`0,`0)"]

Remarks
This calls the Reversed's Compare method inverting the arguments (Reversed.Compare(y, x)).
blog comments powered by Disqus