Beispiel #1
0
 public bool Equals(IImmutableEnumeratorElement <U> other)
 => Equality.Equatable <IImmutableEnumeratorElement <U> >(this, other);
Beispiel #2
0
 public bool Equals(Unit other)
 => Equality.Equatable <Unit>(this, other);
Beispiel #3
0
 public bool Equals(PartialEqF <T1, T2, U> other)
 => Equality.Equatable <PartialEqF <T1, T2, U> >(this, other);