git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac351@3037 e5f2f494-b856-4b98-b285-d166d9295462
@@ -55,6 +55,7 @@ public:
explicit Opcode(const uint16_t code);
CodeValue getCode() const { return (code_); }
+ /// \brief Return true iff two Opcodes are equal.
bool equals(const Opcode& other) const
{ return (code_ == other.code_); }