CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CompareTo() [2/2]

int Cqrs.Repositories.Queries.QueryParameter.CompareTo ( QueryParameter  other)

Compares the current object with another object of the same type.

Returns
A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter.Zero This object is equal to other . Greater than zero This object is greater than other .
Parameters
otherAn object to compare with this object.