We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines whether the first count of bytes of the p1 is equal to the p2.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool CompareInline( byte* p1, byte* p2, int count )
VB
F#
Type: Booleantrue if all count bytes of the p1 and p2 are equal; otherwise, false.
This is a forced inline version, use with care.
Memory ClassCodeJam Namespace