Rec<T1,T2,T3>| Type parameters: | |
| T1 | |
| T2 | |
| T3 |
System.IEquatable<Rec<T1,T2,T3>>, System.IFormattable, IShowableobject, System.ValueTypeX1
,X2
,X3Rec<T1,T2,T3>(T1 x1, T2 x2, T3 x3)Equals(Rec<T1,T2,T3> other)
,Equals(object obj)
,Finalize(), Inherited from object
,GetHashCode()
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider)
,ToString()
,ToString(string format, System.IFormatProvider formatProvider)operator !=(Rec<T1,T2,T3> record1, Rec<T1,T2,T3> record2)
,operator ==(Rec<T1,T2,T3> record1, Rec<T1,T2,T3> record2) T1 X1 | |
T2 X2 | |
T3 X3 |
Rec<T1,T2,T3>(T1 x1, T2 x2, T3 x3) |
|
F bool Equals(Rec<T1,T2,T3> other) |
| |||||||||
bool Equals(object obj) |
| |||||||||
int GetHashCode() |
| |||||||||
F bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) |
| |||||||||
string ToString() |
| |||||||||
F string ToString(string format, System.IFormatProvider formatProvider) |
|
S bool operator !=(Rec<T1,T2,T3> record1, Rec<T1,T2,T3> record2) |
| |||||||
S bool operator ==(Rec<T1,T2,T3> record1, Rec<T1,T2,T3> record2) |
|