Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.EqualityComparer< T > Class Template Referenceabstract

Public Member Functions

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)
 

Properties

static EqualityComparer< TDefault = (EqualityComparer<T>)ComparerHelpers.CreateDefaultEqualityComparer(typeof(T)) [get]
 

Private Member Functions

int IEqualityComparer. GetHashCode (object obj)
 
bool IEqualityComparer. Equals (object x, object y)
 

Detailed Description

Definition at line 9 of file EqualityComparer.cs.


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