Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | Equals (T? x, T? y) |
int | GetHashCode ([DisallowNull] T obj) |
bool | Equals (T? x, T? y) |
int | GetHashCode ([DisallowNull] T obj) |
Static Package Functions | |
static bool | Equals (ImmutableArray< byte > x, ImmutableArray< byte > y) |
static bool | Equals (byte[] left, int leftStart, byte[] right, int rightStart, int length) |
static bool | Equals (byte[]? left, byte[]? right) |
static int | GetHashCode (byte[] x) |
static int | GetHashCode (ImmutableArray< byte > x) |
Static Package Attributes | |
static readonly ByteSequenceComparer | Instance = new ByteSequenceComparer() |
Private Member Functions | |
ByteSequenceComparer () | |
bool IEqualityComparer< byte[]>. | Equals (byte[] x, byte[] y) |
int IEqualityComparer< byte[]>. | GetHashCode (byte[] x) |
bool IEqualityComparer< ImmutableArray< byte > >. | Equals (ImmutableArray< byte > x, ImmutableArray< byte > y) |
int IEqualityComparer< ImmutableArray< byte > >. | GetHashCode (ImmutableArray< byte > x) |
Definition at line 6 of file ByteSequenceComparer.cs.