Compares two block of memory.
public static System.bool CompareMemory(
System.IntPtr ,
System.IntPtr ,
System.int
)
'Declaration
Public Shared Function CompareMemory( _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.Boolean
Parameters
- from
- The pointer to compare from.
- against
- The pointer to compare against.
- sizeToCompare
- The size in bytes to compare.
Return Value
true
if the buffers are equivalent; otherwise, false
.