|
CurrentGreaterThanOrEqual Operator
|
Returns true if left value is greater than or equal to right value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
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