Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.RandomizedStringEqualityComparer Class Referenceabstract

Classes

struct  MarvinSeed
 
class  OrdinalComparer
 
class  OrdinalIgnoreCaseComparer
 

Public Member Functions

IEqualityComparer< stringGetUnderlyingEqualityComparer ()
 
bool Equals (T? x, T? y)
 
int GetHashCode ([DisallowNull] T obj)
 
bool Equals (T? x, T? y)
 
int GetHashCode ([DisallowNull] T obj)
 
bool Equals (T? x, T? y)
 
int GetHashCode ([DisallowNull] T obj)
 

Package Functions

virtual int IndexOf (T[] array, T value, int startIndex, int count)
 
virtual int LastIndexOf (T[] array, T value, int startIndex, int count)
 

Static Package Functions

static RandomizedStringEqualityComparer Create (IEqualityComparer< string > underlyingComparer, bool ignoreCase)
 
static IEqualityComparer< stringGetUnderlyingEqualityComparer (IEqualityComparer< string > outerComparer)
 

Properties

static EqualityComparer< TDefault [get]
 

Private Member Functions

unsafe RandomizedStringEqualityComparer (IEqualityComparer< string > underlyingComparer)
 
bool IEqualityComparer. Equals (object x, object y)
 
int IEqualityComparer. GetHashCode (object obj)
 

Private Attributes

readonly MarvinSeed _seed
 
readonly IEqualityComparer< string_underlyingComparer
 

Detailed Description

Definition at line 5 of file RandomizedStringEqualityComparer.cs.


The documentation for this class was generated from the following file: