[]
Compares two block of memory.
public static bool CompareMemory(IntPtr from, IntPtr against, int sizeToCompare)
Public Shared Function CompareMemory(from As IntPtr, against As IntPtr, sizeToCompare As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | from | The pointer to compare from. |
| IntPtr | against | The pointer to compare against. |
| int | sizeToCompare | The size in bytes to compare. |
| Type | Description |
|---|---|
| bool |
|