nspectre - declarative validation for .NET

CandidateTypeCollection.Contains Method 

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

public bool Contains(
   CandidateType value
);

Parameters

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

Return Value

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

See Also

CandidateTypeCollection Class | NSpectre.Core.Configuration Namespace