Fork me on GitHubEpicdominant domains

Knows Method (entity)
Determines if the map already knows the specified entity.

Assembly: Epic.Prelude

Declaration Syntax
C#
bool Knows(
	TIdentity entity
)
Parameters
entity (TIdentity)
Identity of the entity of interest.
Return Value
trueTruetrueif the map knows the specified entity, falseFalsefalse otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionentity is nullNothingnullptr.
blog comments powered by Disqus