Wire: E2: Add inequality operator (!=) for table

Created on 21 Jun 2016  路  2Comments  路  Source: wiremod/wire

Apparently, there is ==, but no != operator for table.
Source.

E2 Enhancement

All 2 comments

Go make a PR then. copypaste that function, replace == by !=, test, there you go

Bah, stop being a wuss and do !(T1==T2) or function number table:neq(T2) {return !(This==T2)} :stuck_out_tongue_closed_eyes:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Anticept picture Anticept  路  5Comments

Etothepowerof26 picture Etothepowerof26  路  5Comments

CaptainPRICE picture CaptainPRICE  路  3Comments

CaptainPRICE picture CaptainPRICE  路  3Comments

CaptainPRICE picture CaptainPRICE  路  4Comments