# File lib/factory_girl/callback.rb, line 21
    def ==(other)
      name == other.name &&
        block == other.block
    end