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