Click or drag to resize
EntityEventDataEquals Method (EntityEventData)
Determines whether the specified EntityEventData is equal to the current EntityEventData.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
protected bool Equals(
	EntityEventData other
)

Parameters

other
Type: Slash.ECS.EventsEntityEventData
The EntityEventData to compare with the current EntityEventDatat.

Return Value

Type: Boolean
true if the specified EntityEventData is equal to the current EntityEventData; otherwise, false.
See Also