Base:
method
Equals
System.Object.Equals(System.Object)
8 references to Equals
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (3)
426
if (GenericFlowSwitchHelper.FlowSwitchNullCaseKeyIdentifier.
Equals
(key))
450
if (GenericFlowSwitchHelper.FlowSwitchNullCaseKeyIdentifier.
Equals
(key))
487
if (GenericFlowSwitchHelper.FlowSwitchNullCaseKeyIdentifier.
Equals
(key))
System.Data (3)
fx\src\data\System\Data\ColumnTypeConverter.cs (2)
98
if (types[i].ToString().
Equals
(value))
124
if (types[i].ToString().
Equals
(value))
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (1)
126
if ((typeof(string) == PropertyType) && String.Empty.
Equals
(value)) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
426
if (NullText.
Equals
(value)) {
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
372
if (typeof(void).ToString().
Equals
(e.FormattedValue) && !(this.parametersGrid.Rows[e.RowIndex].Cells[this.nameColumn.Index].Value.Equals(SR2.GetString(SR2.ReturnValueString))))