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