# File lib/chef/win32/security/ace.rb, line 55
        def ==(other)
          type == other.type && flags == other.flags && mask == other.mask && sid == other.sid
        end