 | InspectorConditionalPropertyAttributeIsFulfilled Method |
Checks if the specified value fulfills the condition.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic virtual bool IsFulfilled(
Object value
)
Public Overridable Function IsFulfilled (
value As Object
) As Boolean
public:
virtual bool IsFulfilled(
Object^ value
)
abstract IsFulfilled :
value : Object -> bool
override IsFulfilled :
value : Object -> bool
Parameters
- value
- Type: SystemObject
Value to check.
Return Value
Type:
BooleanTrue if the specified value fulfills the condition; otherwise, false.
See Also