'宣言 Public Shared Function CompareMemory( _ ByVal from As System.IntPtr, _ ByVal against As System.IntPtr, _ ByVal sizeToCompare As System.Integer _ ) As System.Boolean
public static System.bool CompareMemory( System.IntPtr from, System.IntPtr against, System.int sizeToCompare )
パラメータ
- from
- The pointer to compare from.
- against
- The pointer to compare against.
- sizeToCompare
- The size in bytes to compare.
戻り値の型
true
if the buffers are equivalent; otherwise, false
.