コード例 #1
0
 protected bool Equals(ComparisonOperatorNode other)
 {
     return(base.Equals(other) && Kind == other.Kind);
 }
コード例 #2
0
ファイル: ComparisonOperatorNode.cs プロジェクト: menozz/lens
 protected bool Equals(ComparisonOperatorNode other)
 {
     return base.Equals(other) && Kind == other.Kind;
 }