Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.CompatibleComparer Class Referencesealed

Public Member Functions

new bool Equals (object a, object b)
 
int Compare (object a, object b)
 
int GetHashCode (object obj)
 
new bool Equals (object a, object b)
 
int Compare (object a, object b)
 
int GetHashCode (object obj)
 
new bool Equals (object? x, object? y)
 

Package Functions

 CompatibleComparer (IHashCodeProvider hashCodeProvider, IComparer comparer)
 
 CompatibleComparer (IHashCodeProvider hashCodeProvider, IComparer comparer)
 

Properties

IHashCodeProvider HashCodeProvider [get]
 
IComparer Comparer [get]
 

Private Attributes

readonly IHashCodeProvider _hcp
 
readonly IComparer _comparer
 

Detailed Description

Definition at line 3 of file CompatibleComparer.cs.


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