Click or drag to resize
Entity2DataEquals Method
Indicates whether the current object is equal to another object of the same type.

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

Parameters

other
Type: Slash.ECS.EventsEntity2Data
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also