Implemented interface member:
2 references to Equals
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\Metadata\ModelMetadataIdentity.cs (1)
195return other.HasValue && Equals(other.Value);
ModelBinding\ModelMetadata.cs (1)
725return Identity.Equals(other.Identity);