Click or drag to resize

Motion<T>.Equals Method (Object)

Indicates whether another object is exactly equal to this instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
The object to compare to this instance.

Return Value

Type: Boolean
true if obj is an instance of this type and represents the same value as this instance; otherwise false.
Remarks
For two Motion instances to be considered equal, the value and derivatives of each must compare as equal.
See Also