# File lib/supplemental/facets/platform.rb, line 158 def ==(other) self.class === other and @cpu == other.cpu and @os == other.os and @version == other.version end