# File lib/chef/win32/security/sid.rb, line 41
        def ==(other)
          other != nil && Chef::ReservedNames::Win32::Security.equal_sid(self, other)
        end