equivalentTo method
Is this data equivalent to other
?
This is a custom 'soft' equal (==) operator used to compare two data objects. Used in triggering something when a piece of data is collected.
Implementation
bool equivalentTo(Data other) => false;