메소드 | 설명 | |
---|---|---|
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. |
리턴 | int |
public Equals ( object x, object y ) : bool | ||
x | object | The first enum value. |
y | object | The second enum value. |
리턴 | bool |
public NonGenericEnumComparer ( |
||
enumType | The enum type. | |
리턴 | System |