Method | Description | |
---|---|---|
Compare ( object x, object y ) : int | ||
Compare ( string x, string y ) : int |
Method | Description | |
---|---|---|
IComparer ( object x, object y ) : int |
public static Compare ( object x, object y ) : int | ||
x | object | |
y | object | |
return | int |
public static Compare ( string x, string y ) : int | ||
x | string | |
y | string | |
return | int |