[]
Compares two block of memory.
public static bool CompareMemory(IntPtr from, IntPtr against, int sizeToCompare)
| 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 |
|