Return true if the two datetimes have the same value.
Synopsis
Description
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Datetime objects have the same value if they have the same values for their "date" and "time" parts, respectively.
Return Value
true if the two datetimes have the same value
Parameters
Name |
Description |
lhs |
left‐hand datetime operand |
rhs |
right‐hand datetime operand |
Created with MrDocs