ZonedDateTimeEquals Method (Object) |
Returns a value indicating whether this instance is equal to a specified object.
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 5.0
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare to this instance.
Return Value
Type:
Boolean if
is an instance of
ZonedDateTime and equals the value of
this instance; otherwise,
See Also