Validates that the content has a different value from the value of the property informed.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
public class NotSameAsValidator : AbstractValidator

Inheritance Hierarchy

System..::Object
  Castle.Components.Validator..::AbstractValidator
    Castle.Components.Validator..::NotSameAsValidator

See Also