|
CurrentLessThanOrEqual Operator
|
Returns true if left value is less or equal to than right value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
SyntaxPublic Shared Operator <= (
value1 As Current,
value2 As Current
) As Boolean
JavaScript does not support overloaded operators.
View SourceParameters
- value1 Current
- A Current object as the left hand operand.
- value2 Current
- A Current object as the right hand operand.
Return Value
BooleanA
Boolean as the result of the operation.
See Also