示例#1
0
 private bool OneOperandHasType(AtomicTypeSpecifier type)
 {
     return(type.Equals(FirstOperand.Type) || type.Equals(SecondOperand.Type));
 }
示例#2
0
 private bool OneOperandHasType(AtomicTypeSpecifier type)
 {
     return type.Equals(FirstOperand.Type) || type.Equals(SecondOperand.Type);
 }