Riwmorld
Verse.Pair< T1, T2 > Struct Template Reference
Inheritance diagram for Verse.Pair< T1, T2 >:

Public Member Functions

 Pair (T1 first, T2 second)
 
override bool Equals (object other)
 
bool Equals (Pair< T1, T2 > other)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (Pair< T1, T2 > lhs, Pair< T1, T2 > rhs)
 
static bool operator!= (Pair< T1, T2 > lhs, Pair< T1, T2 > rhs)
 

Properties

T1 First [get]
 
T2 Second [get]
 

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