GreaterThanOrEquals Property
Gets a boolean value indicates whether this
CfValue will be compared using greater than or equals operator.
public bool GreaterThanOrEquals {get;}
'Declaration
Public ReadOnly Property GreaterThanOrEquals As Boolean
'Usage
Dim instance As CfValue
Dim value As Boolean
value = instance.GreaterThanOrEquals
Property Value
true
if this
CfValue will be compared using greater than or equals operator; otherwise,
false
.