memgraph-d v0.0.1 (2021-08-13T18:59:23Z)
Dub
Repo
List.opEquals
memgraph
list
List
Compares this list with
other
. Return: true if same, false otherwise.
bool
opEquals
(List other)
struct
List
const
bool
opEquals
(
const
ref
List
other
)
bool
opEquals
(Value[] valueArray)
Meta
Source
See Implementation
memgraph
list
List
constructors
this
destructors
~this
functions
front
opEquals
opIndex
opOpAssign
popFront
ptr
toString
postblits
this(this)
properties
empty
length
Compares this list with other. Return: true if same, false otherwise.