memgraph-d ~master (2021-10-24T19:24:20.8076309)
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.