| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : CompareMemory Method |
'Declaration 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 )
true if the buffers are equivalent; otherwise, false.