list_equal

Compare two lists.

extern (C++) nothrow @safe @nogc
int
list_equal
(
list_t list1
,
list_t list2
)

Return Value

Type: int

If they have the same ptrs, return 1 else 0.

Suggestion Box / Bug Report