blob: 519cede871bb04ab1f1ca82dc49b0bbfaec4a76a [file] [log] [blame]
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Level Equality Operator</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">Level�Equality Operator�</h1>
</div>
</div>
<div id="nstext">
<p> Returns a value indicating whether two specified <a href="log4net.Core.Level.html">Level</a> objects have the same value. </p>
<div class="syntax">
<span class="lang">[Visual�Basic]</span>
<br />
<span class="meta">returnValue = </span>Level.op_Equality(l,�r)</div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />public�static�<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a>�operator ==(<br />���<a href="log4net.Core.Level.html">Level</a><i>l</i>,<br />���<a href="log4net.Core.Level.html">Level</a><i>r</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>l</i>
</dt>
<dd>A <a href="log4net.Core.Level.html">Level</a> or a null reference
(<b>Nothing</b> in Visual Basic).</dd>
<dt>
<i>r</i>
</dt>
<dd>A <a href="log4net.Core.Level.html">Level</a> or a null reference
(<b>Nothing</b> in Visual Basic).</dd>
</dl>
<h4 class="dtH4">Return Value</h4>
<p>
<code>true</code> if the value of <i>l</i> is the same as the value of <i>r</i>; otherwise, <code>false</code>. </p>
<h4 class="dtH4">Remarks</h4>
<p> Compares two levels. </p>
<h4 class="dtH4">See Also</h4><p><a href="log4net.Core.Level.html">Level Class</a> | <a href="log4net.Core.html">log4net.Core Namespace</a></p><hr /><div id="footer"><a href='http://logging.apache.org/log4net/'>Copyright 2004-2013 The Apache Software Foundation.</a><br></br>Apache log4net, Apache and log4net are trademarks of The Apache Software Foundation.</div></div>
</body>
</html>