EntityId Methods |
The EntityId type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object, is equal to this value.
(Overrides ValueTypeEquals(Object).) | |
Equals(EntityId) |
Determines whether the specified other value, is equal to this value.
| |
GetHashCode |
Returns a hash code for this value.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
HandleOrDefault |
Returns the handle of the entity or the specified default value if the entity is empty.
(Defined by EntityExtensions.) | |
IsOfAnyType |
Returns a value indicating whether the entity identifier of the specified entity is of any of the
specified types.
(Defined by EntityExtensions.) | |
IsOfType |
Returns a value indicating whether the entity identifier of the specified entity is of the
specified type.
(Defined by EntityExtensions.) |