record.opEquals

Test for equality. Reference types are checked to ensure their references are the same (point to same thing), value types are checked to ensure their values are identical.

class record
override
bool
opEquals
(
Object other
)

Meta