Base:
method
Equals
System.Object.Equals(System.Object)
14 references to Equals
Microsoft.AspNetCore.Components (4)
EventCallbackFactoryBinderExtensions.cs (4)
1374else if (string.Empty.Equals(e.Value)) 1417else if (string.Empty.Equals(e.Value)) 1461else if (string.Empty.Equals(e.Value)) 1505else if (string.Empty.Equals(e.Value))
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TemplateBuilder.cs (1)
61if (_metadata.ConvertEmptyStringToNull && string.Empty.Equals(_model))
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\IProjectionBufferFactoryServiceExtensions.cs (1)
298if (!separator.Equals(spans.Last()))
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\CommandLineDiagnosticFormatter.vb (1)
140If path.Equals(additionalTextFile.Path) Then
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
2152if (DefaultValue != null && !"".Equals(DefaultValue))
System.Data.Common (3)
System\Data\ColumnTypeConverter.cs (2)
87if (s_types[i].ToString().Equals(value)) 117if (s_types[i].ToString().Equals(value))
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
62if ((typeof(string) == PropertyType) && string.Empty.Equals(value))
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (1)
254(propertyId, value) => propertyId == UIA_PROPERTY_ID.UIA_NamePropertyId && newText.Equals(value.ToObject()))
System\Windows\Forms\AccessibleObjects\LabelAccessibleObjectTests.cs (1)
132(propertyId, value) => propertyId == UIA_PROPERTY_ID.UIA_NamePropertyId && newText.Equals(value.ToObject()))
System\Windows\Forms\ComboBoxTests.cs (1)
2439Assert.True(item.Equals(comboBox.Items[index]));