ABT.Greater.Greater C# (CSharp) Method

Greater() public method

public Greater ( Expr left, Expr right ) : System
left Expr
right Expr
return System
        public Greater(Expr left, Expr right)
            : base(left, right) { }
    }