# File lib/rbvmomi/basic_types.rb, line 218
  def == x
    x.class == self.class and x._ref == @ref
  end