Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IComparisonOperators< TSelf, TOther > Interface Template Reference

Public Member Functions

int CompareTo (object? obj)
 
int CompareTo (T? other)
 
int CompareTo (object? obj)
 
int CompareTo (T? other)
 
bool Equals (T? other)
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator< (TSelf left, TOther right)
 
static bool operator<= (TSelf left, TOther right)
 
static bool operator> (TSelf left, TOther right)
 
static bool operator>= (TSelf left, TOther right)
 
static bool operator== (TSelf left, TOther right)
 
static bool operator!= (TSelf left, TOther right)
 

Detailed Description

Type Constraints
TSelf :IComparisonOperators 
TSelf :TSelf 
TSelf :TOther 

Definition at line 6 of file IComparisonOperators.cs.


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