nspectre - declarative validation for .NET

ValidationErrorCollection.Contains Method 

Determines whether the given Specification.Core.ValidationError is contained in this collection.

public bool Contains(
   ValidationError value
);

Parameters

value
The Specification.Core.ValidationError to try to locate.

Return Value

True if the Specification.Core.ValidationError is contained in this collection, otherwise false.

See Also

ValidationErrorCollection Class | NSpectre.Core Namespace