Base:
method
Equals
System.Object.Equals(System.Object)
2 references to Equals
System.ComponentModel.DataAnnotations (2)
DataAnnotations\FilterUIHintAttribute.cs (1)
99
return this._implementation.
Equals
(otherAttribute._implementation);
DataAnnotations\UIHintAttribute.cs (1)
94
return this._implementation.
Equals
(otherAttribute._implementation);