MvvmValidation.Internal.PropertyCollectionValidationTarget.IsMatch C# (CSharp) Метод

IsMatch() публичный Метод

public IsMatch ( object target ) : bool
target object
Результат bool
        public bool IsMatch(object target)
        {
            return Properties.Any(p => Equals(p, target));
        }