BOOLEAN
RtlEqualUnicodeString(
IN PUNICODE_STRING String1,
IN PUNICODE_STRING String2,
IN BOOLEAN CaseInSensitive
);
RtlEqualUnicodeString compares two Unicode strings to determine whether they are equal.
RtlEqualUnicodeString returns TRUE if the two Unicode strings are equal.
Callers of RtlEqualUnicodeString must be running at IRQL PASSIVE_LEVEL.