CompareRef() static private method

static private CompareRef ( LuaBaseRef a, LuaBaseRef b ) : bool
a LuaBaseRef
b LuaBaseRef
return bool
示例#1
0
 public static bool operator !=(LuaBaseRef a, LuaBaseRef b)
 {
     return(!LuaBaseRef.CompareRef(a, b));
 }