Skip to content

Union<T1, T2> ​

Kind: Abstract class

Namespace: CrowdControl.Common

Inheritance: IEquatable<Union<T1, T2>>

Public Member Functions

void

Match(Action case1, Action case2)

TResult

Match<TResult>(Func case1, Func case2)

virtual override

bool

Equals(object other)

virtual override

int

GetHashCode()

bool

Equals(Union other)

bool

Equals(Union other)

bool

Equals<T3, T4>(Union other)

bool

Equals(T1 other)

bool

Equals(T2 other)

Properties

Type

RealType

[get, ]