EqualSid (advapi32)
Last changed: -213.84.149.28

.
Summary
Tests two SID values for equality

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern bool EqualSid(IntPtr pSid1, IntPtr pSid2);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation