Click or drag to resize

SpeedEquals(Speed) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public bool Equals(
	Speed other
)

Parameters

other  Speed
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also