CompareAttribute.IsValid Method
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | IsValid(Object) | (Inherited from ValidationAttribute.) |
![]() | IsValid(Object, ValidationContext) | Determines whether the specified object is equal to the compared object.(Overrides ValidationAttribute.IsValid(Object, ValidationContext).) |
CompareAttribute.IsValid Method (Object, ValidationContext)
Determines whether the specified object is equal to the compared object.
protected override ValidationResult IsValid( object value, ValidationContext validationContext )
Parameters
- value
-
Type:
System.Object
The value of the object to compare.
- validationContext
-
Type:
System.ComponentModel.DataAnnotations.ValidationContext
The validation context.
Return Value
Type: System.ComponentModel.DataAnnotations.ValidationResultnull if the value of the compared property is equal to the value parameter; otherwise, a validation result that contains the error message that indicates that the comparison failed.
Show:

