public native static operator!=( readonly a as Byte, readonly b as Byte ) as Boolean
Tests whether two Byte values are different.
true when a != b.
true
a != b
assert Byte(10) != Byte(3)