Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | Equals (Handle x, Handle y) |
bool | Equals (EntityHandle x, EntityHandle y) |
int | GetHashCode (Handle obj) |
int | GetHashCode (EntityHandle obj) |
int | Compare (Handle x, Handle y) |
int | Compare (EntityHandle x, EntityHandle 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) |
int | Compare (T? x, T? y) |
Properties | |
static HandleComparer | Default [get] |
Private Member Functions | |
HandleComparer () | |
Static Private Attributes | |
static readonly HandleComparer | s_default = new HandleComparer() |
Definition at line 5 of file HandleComparer.cs.