MobileTrack Nexus Documentation
C#
Show/Hide TOC
Abstract
Value
Map
T
Greater
Than
Or
Equal Operator
Checks if
a
is higher than or is equal to
b
.
Definition
Namespace:
MobileTrack.Common.Enums
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
static
bool
operator
>=
(
AbstractValueMap
<T>
a
,
AbstractValueMap
<T>
b
)
Parameters
a
AbstractValueMap
T
Object a
b
AbstractValueMap
T
Object b
Return Value
Boolean
if
a
comes after or is equal to
b
See Also
Reference
AbstractValueMap
T
Class
MobileTrack.Common.Enums Namespace
In This Article
Definition
Parameters
Return Value
See Also