Click or drag to resize

BufferEquals(Byte) Method

Returns true if 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(
	byte[] other
)

Parameters

other  Byte
The buffer to compare.

Return Value

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