Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.HandleComparer Class Referencesealed

Public Member Functions

bool Equals (Handle x, Handle y)
 
bool Equals (EntityHandle x, EntityHandle y)
 
int GetHashCode (Handle obj)
 
int GetHashCode (EntityHandle obj)
 
int Compare (Handle x, Handle y)
 
int Compare (EntityHandle x, EntityHandle y)
 
bool Equals (T? x, T? y)
 
int GetHashCode ([DisallowNull] T obj)
 
int Compare (T? x, T? y)
 
bool Equals (T? x, T? y)
 
int GetHashCode ([DisallowNull] T obj)
 
int Compare (T? x, T? y)
 

Properties

static HandleComparer Default [get]
 

Private Member Functions

 HandleComparer ()
 

Static Private Attributes

static readonly HandleComparer s_default = new HandleComparer()
 

Detailed Description

Definition at line 5 of file HandleComparer.cs.


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