Click or drag to resize

LengthEquals(Length) Method

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

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
Syntax
public bool Equals(
	Length obj
)
View Source

Parameters

obj  Length
A Length 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