ImmutableTuple<'T1, 'T2>
Namespace: Wooga.Lambda.Data
Represent a value pair.
Constructors
| Constructor | Description |
new(item1, item2)
Signature: (item1:'T1 * item2:'T2) -> unit
|
Instance members
| Instance member | Description |
Equals(other)
Signature: other:ImmutableTuple<'T1,'T2> -> bool
|
|
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract |
|
GetHashCode()
Signature: unit -> int
Modifiers: abstract |
Static members
| Static member | Description |
Item1Item2Comparer
Signature: IEqualityComparer<ImmutableTuple<'T1,'T2>>
|