RtlEqualString(3w)
NAME
RtlEqualString (NTDLL.@)
SYNOPSIS
BOOLEAN RtlEqualString ( const STRING* s1, const STRING* s2, BOOLEAN CaseInsensitive )
DESCRIPTION
Determine if two strings are equal.
PARAMS
s1 [In] Source string.
s2 [In] String to compare to s1.
CaseInsensitive [In] TRUE = Case insensitive, FALSE = Case sensitive.
RETURNS
Non-zero if s1 is equal to s2, 0 otherwise.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlstr.c".
- Debug channel "ntdll".