Click or drag to resize
JSONConstraintMatches Method (Object)
Tests whether the constraint is satisfied by a given value.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public override bool Matches(
	Object actualValue
)

Parameters

actualValue
Type: SystemObject
The value to be tested

Return Value

Type: Boolean
True for success, false for failure
See Also