Email Factory for .NET

ByteBuffer.Contains Method (Byte[])

Checks if data is contained in this buffer.

public bool Contains(
   byte[] data
);

Parameters

data
The data to check for.

Return Value

true
if data is found,
false
otherwise.

See Also

ByteBuffer Class | Jscape.Email Namespace | ByteBuffer.Contains Overload List