Base:
2 references to Equals
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
87
obj is FilterUIHintAttribute otherAttribute && _implementation.
Equals
(otherAttribute._implementation);
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (1)
70
obj is UIHintAttribute otherAttribute && _implementation.
Equals
(otherAttribute._implementation);