'宣言 Public Overloads Shared Function DefaultCompare( _ ByVal x As Object, _ ByVal y As Object, _ ByVal duringSort As Boolean, _ ByVal caseInSensitive As Boolean _ ) As Integer
public static int DefaultCompare( object x, object y, bool duringSort, bool caseInSensitive )