Return true if the two datetimes do not have the same value.
Return true if the specified lhs and rhs Datetime objects do not have the same value, and false otherwise. Two Datetime objects do not have the same value if they do not have the same values for either of their "date" or "time" parts, respectively.
true if the two datetimes do not have the same value
| Name | Description |
|---|---|
| lhs | left-hand datetime operand |
| rhs | right-hand datetime operand |