コード例 #1
0
 public bool Equals(IImmutableEnumeratorElement <U> other)
 => Equality.Equatable <IImmutableEnumeratorElement <U> >(this, other);
コード例 #2
0
ファイル: Unit.cs プロジェクト: envlang/env
 public bool Equals(Unit other)
 => Equality.Equatable <Unit>(this, other);
コード例 #3
0
 public bool Equals(PartialEqF <T1, T2, U> other)
 => Equality.Equatable <PartialEqF <T1, T2, U> >(this, other);