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