JsonElementForBooleanFalseSchema.EvaluateSchema Method
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: JsonElementForBooleanFalseSchema.JsonSchema.cs
EvaluateSchema(IJsonSchemaResultsCollector)
Evaluates this element against the boolean false schema.
public bool EvaluateSchema(IJsonSchemaResultsCollector resultsCollector)
Parameters
| Name | Type | Description |
|---|---|---|
resultsCollector |
IJsonSchemaResultsCollector |
The optional results collector for schema evaluation. (optional) |
Returns
false because this represents a boolean false schema.
Implements
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue