Click or drag to resize

UInt24Equals(UInt24) Method

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntax
public bool Equals(
	UInt24 obj
)
View Source

Parameters

obj  UInt24
An UInt24 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