6 references to Equals
mscorlib (2)
system\reflection\emit\label.cs (2)
56
return
Equals
((Label)obj);
68
return a.
Equals
(b);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
718
if (!lblBranch.
Equals
(lblMark)) {
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
551
if (!ifState.ElseBegin.
Equals
(ifState.EndIf))
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
249
if (!ifState.ElseBegin.
Equals
(ifState.EndIf))
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
507
if (!ifState.ElseBegin.
Equals
(ifState.EndIf))