method overrides ~= operator $Id$
0001 function tf = ne(Y1, Y2) 0002 % method overrides ~= operator 0003 % 0004 % $Id$ 0005 0006 tf = ~eq(Y1, Y2);