ABT.ArithmeticType.EqualType C# (CSharp) Метод

EqualType() публичный Метод

public EqualType ( ExprType other ) : System.Boolean
other ExprType
Результат System.Boolean
        public override Boolean EqualType(ExprType other) => this.Kind == other.Kind;
    }