internal override bool ExistEnum(object enumVal) { bool exist = Operand1.ExistEnum(enumVal); return(exist); }