Click or drag to resize

BufferSegmentEquals Method (Byte)

Returns true if the two buffers have the same content.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool Equals(
	byte[] other
)

Parameters

other
Type: SystemByte
The buffer to compare.

Return Value

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