Click or drag to resize

BufferSegmentEquals Method (BufferSegment)

Returns true if the two buffers have the same content.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public bool Equals(
	BufferSegment other
)

Parameters

other
Type: Demo3D.IOBufferSegment
The buffer to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also