Click or drag to resize
ObjectConditionTInputMatches 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#
public bool Matches(
	Object value
)

Parameters

value
Type: SystemObject
Value to match

Return Value

Type: Boolean

Implements

IObjectConditionMatches(Object)
See Also