# File lib/bson/types/timestamp.rb, line 38 def ==(other) self.seconds == other.seconds && self.increment == other.increment end