notEquals abstract method
Compare two elements for being not equal.
This should be a proper equality relation.
Implementation
bool notEquals(E e1, E e2);
Compare two elements for being not equal.
This should be a proper equality relation.
bool notEquals(E e1, E e2);