Click or drag to resize

MotionTEquals Method (MotionT)

Indicates whether another instance of this type is exactly equal to this instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Equals(
	Motion<T> other
)

Parameters

other
Type: AGI.FoundationMotionT
The instance to compare to this instance.

Return Value

Type: Boolean
if other represents the same value as this instance; otherwise .

Implements

IEquatableTEquals(T)
Remarks
For two Motion instances to be considered equal, the value and derivatives of each must compare as equal.
See Also