Actionable.opEquals

Memory safe and const object comparison.

interface Actionable
const
bool
opEquals
(
const Object other
)

Parameters

other Object

Object to compare to.

Return Value

Type: bool

True if this, and the other object, are the same object.

Meta