Component Operators |
The Component type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | False |
Implements the operator false. Returns true if the specified component is not alive.
|
![]() ![]() | LogicalNot |
Implements the operator !. Returns true if the specified component is not alive.
|
![]() ![]() | True |
Implements the operator true. Returns true if the specified component is alive.
|