zcollection.variable.abc.not_equal#

zcollection.variable.abc.not_equal(first, second)[source]#

Check if two objects are not equal.

Parameters:
  • first (Any) – The first object.

  • second (Any) – The second object.

Returns:

True if the two objects are different, False otherwise.

Return type:

bool