KopiLua.Lua.lua_TValue.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
			public static bool operator <(lua_TValue a, lua_TValue b)
			{
				Debug.Assert(a.values == b.values);
				return a.index < b.index;
			}

Same methods

Lua.lua_TValue::operator ( ) : int
Lua.lua_TValue::operator ( ) : lua_TValue