Skip to content
tanyuan edited this page Jul 28, 2017 · 1 revision
using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;

class A : FunctionCode
{
    public static bool Main(int a, int b) 
    {
        return a == b;
    }
}

执行码:52C56B6C766B00527AC46C766B51527AC46C766B00C36C766B51C39C616C7566

参数: 2,3

返回值: false

参数: 2,2

返回值: true

Clone this wiki locally