コード例 #1
0
 public bool Equals(Heyting other)
 {
     return(this.@true == other.@true &&
            this.@false == other.@false);
 }
コード例 #2
0
ファイル: Heyting.cs プロジェクト: kodefuguru/Presentations
 public bool Equals(Heyting other)
 {
     return this.@true == other.@true
         && this.@false == other.@false;
 }