Bitmap for WPF
CompareMemory メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : CompareMemory メソッド
The pointer to compare from.
The pointer to compare against.
The size in bytes to compare.
Compares two block of memory.
シンタックス
'宣言
 
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.

戻り値の型

trueif the buffers are equivalent; otherwise, false.
参照

DXUtil クラス
DXUtil メンバ