Méthode | Description | |
---|---|---|
Compare ( object x, object y ) : int |
Compares x to y.
|
|
Equals ( object x, object y ) : bool |
Indicates if x equals y.
|
|
GetHashCode ( object obj ) : int |
Retrieves a hash code for obj.
|
|
NonGenericEnumComparer ( |
The NonGenericEnumComparer constructor.
|
public Compare ( object x, object y ) : int | ||
x | object | The first enum value. |
y | object | The second enum value. |
Résultat | int |
public Equals ( object x, object y ) : bool | ||
x | object | The first enum value. |
y | object | The second enum value. |
Résultat | bool |
public GetHashCode ( object obj ) : int | ||
obj | object | The enum value. |
Résultat | int |
public NonGenericEnumComparer ( |
||
enumType | The enum type. | |
Résultat | System |