xamarinios
namespace System.ComponentModel.DataAnnotations
{
    [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
    public sealed class ComparePropertyAttribute : CompareAttribute
    {
        public ComparePropertyAttribute(string otherProperty);
    }
}
nuget.org
0.0 %
Reference this API
.NET
5.06.07.08.09.010.0
.NET Core
3.03.1
.NET Standard
2.1
Information specific to xamarinios
Assembly

Microsoft.AspNetCore.Components.DataAnnotations.Validation , Version=3.2.0.0, PublicKeyToken=adb9793829ddae60

Referencing

Your project needs a package reference to Microsoft.AspNetCore.Components.DataAnnotations.Validation.

Package Microsoft.AspNetCore.Components.DataAnnotations.Validation (3.2.0-rc1.20223.4) netstandard2.1
Preview This API is contained in a prerelease package.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API