Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closeptr1 | Pointer to the first memory buffer. |
ptr2 | Pointer to the second memory buffer to compare the first one to. |
size | Number of bytes to compare. |
void 0 if the contents are identical, non-zero otherwise.
Checks whether two memory regions are identical.
This method compares a specified memory region in the first given memory buffer with the same region in the second given memory buffer to determine if they are identical. The memory regions might overlap. Returns 0 if the contents of the two regions are identical.