Returns true if other operation has the same attributes as this one.
true
other
bool hasSameAttributes(Operation other) { return _attributeEquality.equals(_attributes, other._attributes); }