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

Namespace: Slash.ECS.Blueprints.Configurations
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected bool Equals(
	EntityConfiguration other
)

Parameters

other
Type: Slash.ECS.Blueprints.ConfigurationsEntityConfiguration
The EntityConfiguration to compare with the current EntityConfiguration.

Return Value

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