 | EntityEventDataEquals Method (EntityEventData) |
Determines whether the specified EntityEventData is equal to the current
EntityEventData.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxprotected bool Equals(
EntityEventData other
)
Protected Function Equals (
other As EntityEventData
) As Boolean
protected:
bool Equals(
EntityEventData^ other
)
member Equals :
other : EntityEventData -> bool
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