Click or drag to resize

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
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to this instance.

Return Value

Type: Boolean
true
if
value
is an instance of ZonedDateTime and equals the value of this instance; otherwise,
false
See Also