Base:
method
Equals
System.ComponentModel.MemberDescriptor.Equals(System.Object)
4 overrides of Equals
System.Data (3)
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
61public override bool Equals(object other) {
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (1)
48public override bool Equals(object other) {
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (1)
46public override bool Equals(object other) {
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
312public override bool Equals(object obj)
8 references to Equals
System (1)
compmod\system\componentmodel\ExtenderProvidedPropertyAttribute.cs (1)
80return (other != null) && other.extenderProperty.Equals(extenderProperty) && other.provider.Equals(provider) && other.receiverType.Equals(receiverType);
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (1)
197if (itemProps[j].Equals(listAccessors[offset]))
winforms\Managed\System\WinForms\DataGrid.cs (2)
5182if (sortColumn != null && sortColumn.Equals(prop)) 7163bool columnSorted = sortProperty != null && sortProperty.Equals(gridColumns[col].PropertyDescriptor);
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (1)
239if (propertyDesciptor.Equals(column.PropertyDescriptor))
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1657if (pd.Equals(defProp))
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
176if (pivotDesc.Equals(jProp)) { 197if (pivotDesc.Equals(jProp)) {