JSONConstraintMatches Method (Object) |
Tests whether the constraint is satisfied by a given value.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public override bool Matches(
Object actualValue
)
Parameters
- actualValue
- Type: SystemObject
The value to be tested
Return Value
Type:
BooleanTrue for success, false for failure
See Also