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