LuaInterface.LuaBaseRef.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(LuaBaseRef a, LuaBaseRef b)
        {
            return !CompareRef(a, b);
        }