Base:
method
Equals
System.Reflection.MethodBase.Equals(System.Object)
Implemented interface member:
method
Equals
System.Runtime.InteropServices._MethodInfo.Equals(System.Object)
5 overrides of Equals
mscorlib (2)
system\reflection\emit\methodbuilder.cs (1)
486public override bool Equals(Object obj) {
system\reflection\methodinfo.cs (1)
432public override bool Equals(object obj)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1959public override bool Equals(object obj) { return object.ReferenceEquals(this, obj); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1959public override bool Equals(object obj) { return object.ReferenceEquals(this, obj); }
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
399public override bool Equals(object obj)
3 references to Equals
mscorlib (1)
system\reflection\methodinfo.cs (1)
55return left.Equals(right);
System.Data.Entity (1)
System\Data\Objects\ELinq\TypeSystem.cs (1)
280result = getPropertyMethod.Equals(targetMethods[propIndex]);
System.Web (1)
UI\TemplateControl.cs (1)
449if (eventDelegate.Method.Equals(methodInfo)) {