Share via


NdisEqualAnsiString

This function compares two ANSI strings and returns whether they are equal.

BOOLEAN NdisEqualAnsiString(
  PNDIS_STRING String1,
  PNDIS_STRING String2,
  BOOLEAN CaseInSensitive
);

Parameters

  • String1
    [in] Points to the first ANSI string.
  • String2
    [in] Points to the second ANSI string.
  • CaseInSensitive
    [in] If TRUE, case should be ignored when doing the comparison.

Return Values

NdisEqualAnsiString returns TRUE if the two ANSI strings are equal, and FALSE if the two ANSI strings are not equal.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisEqualUnicodeString | NdisEqualString

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.