Base:
method
Equals
System.Object.Equals(System.Object)
14 references to Equals
Microsoft.AspNetCore.Components (4)
EventCallbackFactoryBinderExtensions.cs (4)
1374
else if (string.Empty.
Equals
(e.Value))
1417
else if (string.Empty.
Equals
(e.Value))
1461
else if (string.Empty.
Equals
(e.Value))
1505
else if (string.Empty.
Equals
(e.Value))
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TemplateBuilder.cs (1)
61
if (_metadata.ConvertEmptyStringToNull && string.Empty.
Equals
(_model))
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\IProjectionBufferFactoryServiceExtensions.cs (1)
298
if (!separator.
Equals
(spans.Last()))
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\CommandLineDiagnosticFormatter.vb (1)
140
If path.
Equals
(additionalTextFile.Path) Then
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
2152
if (DefaultValue != null && !"".
Equals
(DefaultValue))
System.Data.Common (3)
System\Data\ColumnTypeConverter.cs (2)
87
if (s_types[i].ToString().
Equals
(value))
117
if (s_types[i].ToString().
Equals
(value))
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
62
if ((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)
2439
Assert.True(item.
Equals
(comboBox.Items[index]));