Interface IObjectCondition
Interface for the object condition
public interface IObjectCondition
- Extension Methods
Methods
Matches(object)
Returns true if the condition over the given object matches
bool Matches(object value)
Parameters
value
objectValue to match
Returns
- bool