StiObjectComparer Class
Namespace: Stimulsoft.Data.Comparers
Inheritance
Implements: IEqualityComparer
Methods
| Method | Returns | Description |
|---|---|---|
Compare static |
int | |
| Equals | bool | |
| GetHashCode | int |
Method Details
Compare static
Compare(x: object, y: object): int
Parameters
- x (object)
- y (object)
Returns int
Equals
Equals(x: object, y: object): bool
Parameters
- x (object)
- y (object)
Returns bool
GetHashCode
GetHashCode(x: object): int
Parameters
- x (object)
Returns int
Fields
| Field | Type | Description |
|---|---|---|
| Default | StiObjectComparer |