Return whether the specified lhs and rhs do not have the same value.
Synopsis
Description
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two TimeTz objects do not have the same value if any of their corresponding localTime and offset attributes have different values.
Return Value
true if the objects do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side operand |
rhs |
right‐hand‐side operand |
Created with MrDocs