DataAttributeBaseTObjectHasValue Method |
Determines whether the specified object has value for the data attribute.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool HasValue(
TObject obj
)
Public Function HasValue (
obj As TObject
) As Boolean
public:
bool HasValue(
TObject obj
)
member HasValue :
obj : 'TObject -> bool
Parameters
- obj
- Type: TObject
The object to test.
Return Value
Type:
Booleantrue when the object has value for the data attribute.
See Also