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