Click or drag to resize
IObjectConditionMatches Method
Returns true if the condition over the given object matches

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
bool Matches(
	Object value
)

Parameters

value
Type: SystemObject
Value to match

Return Value

Type: Boolean
See Also