<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.8.20407.11" />

System.ComponentModel.DataAnnotations.CompareAttribute

namespace System.ComponentModel.DataAnnotations { public class CompareAttribute : ValidationAttribute { public string OtherProperty { get; } public string OtherPropertyDisplayName { get; } public CompareAttribute(string otherProperty); } }