returns true if the provided object points to the same PDF Object as the current object
52 53 54 55 56
# File 'lib/pdf/reader/reference.rb', line 52 def ==(obj) return false unless obj.kind_of?(PDF::Reader::Reference) self.hash == obj.hash end