Click or drag to resize

BitsCompareBytes Method

[Missing <summary> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public static bool CompareBytes(
	byte[] sourceA,
	int sourceAByteIndex,
	byte[] sourceB,
	int sourceBByteIndex,
	int numBytes
)

Parameters

sourceA
Type: SystemByte

[Missing <param name="sourceA"/> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

sourceAByteIndex
Type: SystemInt32

[Missing <param name="sourceAByteIndex"/> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

sourceB
Type: SystemByte

[Missing <param name="sourceB"/> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

sourceBByteIndex
Type: SystemInt32

[Missing <param name="sourceBByteIndex"/> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

numBytes
Type: SystemInt32

[Missing <param name="numBytes"/> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Utilities.Bits.CompareBytes(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)"]

See Also