nspectre - declarative validation for .NET

SpecificationCollection.Contains Method 

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

public bool Contains(
   SpecificationBase value
);

Parameters

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

Return Value

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

See Also

SpecificationCollection Class | NSpectre.Core.Configuration Namespace