Compares blocks of memory.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public static bool CompareMemory( void* buf1, void* buf2, uint length )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function CompareMemory ( _ buf1 As Void*, _ buf2 As Void*, _ length As UInteger _ ) As Boolean  | 
| Visual C++ | 
|---|
public: static bool CompareMemory( void* buf1, void* buf2, unsigned int length )  | 
Parameters
- buf1
 - Type: 
            System..::.Void
          *
A pointer to a block of memory to compare. 
- buf2
 - Type: 
            System..::.Void
          *
A pointer to a block of memory to compare. 
- length
 - Type: System..::.UInt32
Specifies the number of bytes to be compared.