|
| virtual int | Compare (string string1, string string2) |
| |
| virtual int | Compare (string string1, string string2, CompareOptions options) |
| |
| virtual int | Compare (string string1, int offset1, string string2, int offset2, CompareOptions options) |
| |
| virtual int | Compare (string string1, int offset1, int length1, string string2, int offset2, int length2, CompareOptions options) |
| |
| virtual bool | IsPrefix (string source, string prefix, CompareOptions options) |
| |
| virtual bool | IsSuffix (string source, string suffix, CompareOptions options) |
| |
| virtual int | IndexOf (string source, string value, int startIndex, int count, CompareOptions options) |
| |
| virtual int | LastIndexOf (string source, string value, int startIndex, int count, CompareOptions options) |
| |
| virtual SortKey | GetSortKey (string source, CompareOptions options) |
| |
| override bool | Equals (object value) |
| |
| override int | GetHashCode () |
| |
| virtual int | GetHashCode (string source, CompareOptions options) |
| |
| override string | ToString () |
| |
|
| unsafe SortKey | InvariantCreateSortKey (string source, CompareOptions options) |
| |
| void | OnDeserializing (global::System.Runtime.Serialization.StreamingContext ctx) |
| |
| void System.Runtime.Serialization.IDeserializationCallback. | OnDeserialization (object sender) |
| |
| void | OnDeserialized (global::System.Runtime.Serialization.StreamingContext ctx) |
| |
| void | OnDeserialized () |
| |
| void | OnSerializing (global::System.Runtime.Serialization.StreamingContext ctx) |
| |
| ISimpleCollator | GetCollator () |
| |
| SortKey | CreateSortKeyCore (string source, CompareOptions options) |
| |
| unsafe int | internal_index_switch (string s1, int sindex, int count, string s2, CompareOptions opt, bool first) |
| |
| int | internal_compare_switch (string str1, int offset1, int length1, string str2, int offset2, int length2, CompareOptions options) |
| |
| int | internal_compare_managed (string str1, int offset1, int length1, string str2, int offset2, int length2, CompareOptions options) |
| |
| int | internal_index_managed (string s1, int sindex, int count, string s2, CompareOptions opt, bool first) |
| |
| static unsafe int | internal_compare_icall (char *str1, int length1, char *str2, int length2, CompareOptions options) |
| |
| static unsafe int | internal_index_icall (char *source, int sindex, int count, char *value, int value_length, bool first) |
| |
| void | InitSort (CultureInfo culture) |
| |
| int | LastIndexOfCore (string source, string target, int startIndex, int count, CompareOptions options) |
| |
| unsafe int | IndexOfCore (string source, string target, int startIndex, int count, CompareOptions options, int *matchLengthPtr) |
| |
| int | CompareString (global::System.ReadOnlySpan< char > string1, string string2, CompareOptions options) |
| |
| int | CompareString (global::System.ReadOnlySpan< char > string1, global::System.ReadOnlySpan< char > string2, CompareOptions options) |
| |
| SortKey | CreateSortKey (string source, CompareOptions options) |
| |
| bool | StartsWith (string source, string prefix, CompareOptions options) |
| |
| bool | EndsWith (string source, string suffix, CompareOptions options) |
| |
| bool | EndsWith (global::System.ReadOnlySpan< char > source, global::System.ReadOnlySpan< char > suffix, CompareOptions options) |
| |
Definition at line 15 of file CompareInfo.cs.