ABT.ArithmeticType.EqualType C# (CSharp) Méthode

EqualType() public méthode

public EqualType ( ExprType other ) : System.Boolean
other ExprType
Résultat System.Boolean
        public override Boolean EqualType(ExprType other) => this.Kind == other.Kind;
    }