Click or drag to resize

SpeedEquals(Speed) Method

Returns a value indicating whether this instance is equal to a specified Speed value.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.313-beta+5fa9ed2a8819cbb219f1e178bdad6a8d23dec2ce
Syntax
public bool Equals(
	Speed obj
)
View Source

Parameters

obj  Speed
A Speed value to compare to this instance.

Return Value

Boolean
True if obj has the same value as this instance; otherwise, False.

Implements

IEquatableTEquals(T)
See Also