ot::Equatable::operator() const method
Overloads operator `==` to evaluate whether or not two instances of `Type` are equal.
Syntax
bool operator==(const Type &aOther) const; Arguments
aOther
The other `Type` instance to compare with.
Return value
TRUE If the two `Type` instances are equal. FALSE If the two `Type` instances are not equal.