MvvmValidation.Internal.PropertyCollectionValidationTarget.IsMatch C# (CSharp) Méthode

IsMatch() public méthode

public IsMatch ( object target ) : bool
target object
Résultat bool
        public bool IsMatch(object target)
        {
            return Properties.Any(p => Equals(p, target));
        }