Click or drag to resize

BufferSegmentEquals(Int32, Byte, Int32, Int32) Method

Returns true if length portion of the two buffers have the same content.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public bool Equals(
	int offset,
	byte[] other,
	int otherOffset,
	int length
)

Parameters

offset  Int32
The offset into this buffer to compare.
other  Byte
The buffer to compare.
otherOffset  Int32
The offset into other to compare.
length  Int32
The length to compare.

Return Value

Boolean
True if the two buffers have the same content.
See Also