Exemplo n.º 1
0
 public int CompareTo(OptionalResult <A> other) =>
 default(OrdOptionalResult <A>).Compare(this, other);
Exemplo n.º 2
0
 public bool Equals(OptionalResult <A> other) =>
 default(EqOptionalResult <A>).Equals(this, other);