Click or drag to resize

BufferSegmentEquals Method

Overload List
 NameDescription
Public methodEquals(BufferSegment) Returns true if the two buffers have the same content.
Public methodEquals(Byte) Returns true if the two buffers have the same content.
Public methodEquals(Object) Returns true if the two buffers have the same content.
Public methodEquals(Byte, Int32, Int32) Returns true if length portion of the two buffers have the same content.
Public methodEquals(Int32, Byte, Int32, Int32) Returns true if length portion of the two buffers have the same content.
Public methodStatic memberEquals(Byte, Int32, Byte, Int32, Int32) Returns true if length portion of the two buffers have the same content.
Top
See Also