Click or drag to resize

FilterConditionIsSatisfiedBy Method

Returns whether the FilterCondition is satisfied by the given value.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool IsSatisfiedBy(
	Object value
)

Parameters

value
Type: SystemObject
The value which will be matched

Return Value

Type: Boolean
True if the value is matched by the filter condition.
See Also