Enum ValueComparisonType
Specifies the type of value comparison to perform in a health check.
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public enum ValueComparisonType
Fields
| Name | Description |
|---|---|
| ShouldEqual | The actual value should equal the expected value. |
| ShouldNotEqual | The actual value should not equal the expected value. |