# File lib/rbvmomi/basic_types.rb, line 244
  def self.=== exn
    exn.class == RbVmomi::Fault and self <= exn.fault.class
  end