 | Entity2DataEquals Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool Equals(
Entity2Data other
)
Public Function Equals (
other As Entity2Data
) As Boolean
public:
virtual bool Equals(
Entity2Data^ other
) sealed
abstract Equals :
other : Entity2Data -> bool
override Equals :
other : Entity2Data -> bool
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