FilterConditionIsSatisfiedBy Method |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsSatisfiedBy(
Object value
)
Public Function IsSatisfiedBy (
value As Object
) As Boolean
public:
bool IsSatisfiedBy(
Object^ value
)
member IsSatisfiedBy :
value : Object -> bool
Parameters
- value
- Type: SystemObject
The value which will be matched
Return Value
Type:
BooleanTrue if the value is matched by the filter condition.
See Also