Click or drag to resize

EntityId Methods

The EntityId type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this value.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(EntityId)
Determines whether the specified other value, is equal to this value.
Public methodGetHashCode
Returns a hash code for this value.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodHandleOrDefault
Returns the handle of the entity or the specified default value if the entity is empty.
(Defined by EntityExtensions.)
Public Extension MethodIsOfAnyType
Returns a value indicating whether the entity identifier of the specified entity is of any of the specified types.
(Defined by EntityExtensions.)
Public Extension MethodIsOfType
Returns a value indicating whether the entity identifier of the specified entity is of the specified type.
(Defined by EntityExtensions.)
Top
See Also