Method | Description | |
---|---|---|
Compare ( object x, object y ) : int |
Compares 2 objects by their properties, given on the constructor
|
|
EntityPropertyComparer ( string propertyName ) : System |
Provides Comparison opreations.
|
public Compare ( object x, object y ) : int | ||
x | object | First value to compare |
y | object | Second value to compare |
return | int |
public EntityPropertyComparer ( string propertyName ) : System | ||
propertyName | string | The property to compare |
return | System |