UniversalComparer(T) Methods
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The UniversalComparerT generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Compare |
Performs a comparison of two objects of the type and sort criteria
specified in the constructor and returns a value indicating whether
one is less than, equal to, or greater than the other.
(Overrides ComparerTCompare(T, T).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Initialize the UniversalComparerT with a different sort order.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |