Click or drag to resize

SpeedProfileEquals Method

Equals on speed profile is used to determine if the speed profile is equal to a default and if so don't save it out.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Demo3D.Visuals.SpeedProfile.Equals(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.SpeedProfile.Equals(System.Object)"]

See Also