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

Public Member Functions

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

Package Functions

 OrdinalIgnoreCaseComparer (IEqualityComparer< string > wrappedComparer)
 
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 Attributes

readonly MarvinSeed _seed
 
readonly IEqualityComparer< string_underlyingComparer
 

Detailed Description

Definition at line 36 of file RandomizedStringEqualityComparer.cs.


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