Record.opEquals

Implements equality comparison with other records of the same type. Two records are only considered equal if all fields are equal.

struct Record(T...)
bool
opEquals
const nothrow @trusted
()
(
auto ref const Self other
)
if (
T.length % 2 == 0 &&
areTypeNamePairs!T
)

Meta

Authors

Tony J. Hudgins