Exemplo n.º 1
0
 public bool Equals(IImmutableEnumeratorElement <U> other)
 => Equality.Equatable <IImmutableEnumeratorElement <U> >(this, other);
Exemplo n.º 2
0
Arquivo: Unit.cs Projeto: envlang/env
 public bool Equals(Unit other)
 => Equality.Equatable <Unit>(this, other);
Exemplo n.º 3
0
 public bool Equals(PartialEqF <T1, T2, U> other)
 => Equality.Equatable <PartialEqF <T1, T2, U> >(this, other);