Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
int | GetHashCode (object key) |
int | GetHashCode ([DisallowNull] string key) |
int | Compare (object a, object b) |
int | Compare (string a, string b) |
bool | Equals (string a, string b) |
new bool | Equals (object a, object b) |
int | GetHashCode (string key) |
int | Compare (string a, string b) |
bool | Equals (string a, string b) |
int | Compare (T? x, T? y) |
bool | Equals (T? x, T? y) |
int | GetHashCode ([DisallowNull] T obj) |
int | Compare (T? x, T? y) |
bool | Equals (T? x, T? y) |
int | GetHashCode ([DisallowNull] T obj) |
Static Public Member Functions | |
static unsafe int | CompareOrdinal (string a, byte[] bytes, int bCharLength) |
static int | CompareOrdinal (byte[] bytes, int aCharLength, string b) |
Static Package Functions | |
static int | HashFunction (string key) |
static unsafe int | CompareOrdinal (byte *a, int byteLen, string b) |
static int | HashFunction (string key) |
Static Package Attributes | |
static readonly FastResourceComparer | Default = new FastResourceComparer() |
static readonly System.Resources.FastResourceComparer | Default = new System.Resources.FastResourceComparer() |
Definition at line 7 of file FastResourceComparer.cs.