/// Determines whether two specified <see cref="string"/> objects don't have the same value.
/// </summary>
/// <returns>
/// <c>true</c> if the value of <paramref name="expected"/> parameter isn't the same as the value of <paramref name="actual"/> parameter; otherwise, <c>false</c>.
/// </returns>
/// <param name="expected">
/// The first <see cref="string"/> to compare.
/// </param>
/// <param name="actual">
/// The second <see cref="string"/> to compare.
/// </param>
/// <param name="ignoreCase">
/// A <see cref="bool"/> that indicates a case-sensitive or insensitive comparison. (<c>true</c> indicates a case-insensitive comparison.)
Determines whether two specified <seecref="T:System.String"/> objects don't have the same value.
</summary>
<returns>
<c>true</c> if the value of <paramrefname="expected"/> parameter isn't the same as the value of <paramrefname="actual"/> parameter; otherwise, <c>false</c>.
</returns>
<paramname="expected">
The first <seecref="T:System.String"/> to compare.
</param>
<paramname="actual">
The second <seecref="T:System.String"/> to compare.
</param>
<paramname="ignoreCase">
A <seecref="T:System.Boolean"/> that indicates a case-sensitive or insensitive comparison. (<c>true</c> indicates a case-insensitive comparison.)
Reads a block of bytes from the specified stream and returns the read data in an array of <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a>.
The first <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> to compare.
</dd>
<dt>
<i>actual</i>
</dt>
<dd>
The second <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> to compare.
</dd>
<dt>
<i>ignoreCase</i>
</dt>
<dd>
A <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> that indicates a case-sensitive or insensitive comparison. (<tt>true</tt> indicates a case-insensitive comparison.)
Reads a block of bytes from the specified stream and returns the read data in an array of <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a>.
Reads a block of bytes from the specified <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IO.Stream">System.IO.Stream</a>
and returns the read data in an array of <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte">byte</a>.
The first <seecref="T:System.String"/> to compare.
</param>
<paramname="actual">
The second <seecref="T:System.String"/> to compare.
</param>
<paramname="ignoreCase">
A <seecref="T:System.Boolean"/> that indicates a case-sensitive or insensitive comparison. (<c>true</c> indicates a case-insensitive comparison.)
</param>
<summary>
Determines whether two specified <seecref="T:System.String"/> objects don't have the same value.
</summary>
<returns>
<c>true</c> if the value of <paramrefname="expected"/> parameter isn't the same as the value of <paramrefname="actual"/> parameter; otherwise, <c>false</c>.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<MemberMemberName="ReadBytes">
<MemberSignatureLanguage="C#"Value="public static byte[] ReadBytes (this System.IO.Stream stream, int length);"/>