LocalDateTimeCompareTo Method (LocalDateTime) |
Compares the value of this instance to a specified
LocalDateTime value and returns an integer
that indicates whether this instance is earlier than, the same as, or later than the specified
DateTime value.
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 4.2.0
Syntaxpublic int CompareTo(
LocalDateTime other
)
Public Function CompareTo (
other As LocalDateTime
) As Integer
public:
virtual int CompareTo(
LocalDateTime^ other
) sealed
abstract CompareTo :
other : LocalDateTime -> int
override CompareTo :
other : LocalDateTime -> int
Parameters
- other
- Type: Neo4j.DriverLocalDateTime
The object to compare to the current instance.
Return Value
Type:
Int32A signed number indicating the relative values of this instance and the value parameter.
Implements
IComparableTCompareTo(T)
See Also