EntityId Operators and Type Conversions |
The EntityId type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| False |
Implements the operator false. Returns true if the specified value is of the default empty
type or has an invalid handle.
| |
| (Component to EntityId) | ||
| (EntityId to Int32) | ||
| (EntityId to Boolean) | ||
| Inequality |
Implements the operator !=.
| |
| LogicalNot |
Implements the operator !. Returns true if the specified value is of the default empty type or has an invalid handle.
| |
| True |
Implements the operator true. Returns true if the specified value is not of the default
empty type and does not have an invalid handle.
|