Buffer |
| Name | Description | |
|---|---|---|
| Equals(BufferSegment) | Returns true if the two buffers have the same content. | |
| Equals(Byte) | Returns true if the two buffers have the same content. | |
| Equals(Object) | Returns true if the two buffers have the same content. | |
| Equals(Byte, Int32, Int32) | Returns true if length portion of the two buffers have the same content. | |
| Equals(Int32, Byte, Int32, Int32) | Returns true if length portion of the two buffers have the same content. | |
| Equals(Byte, Int32, Byte, Int32, Int32) | Returns true if length portion of the two buffers have the same content. |