Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

Implements the operator >=.

Namespace:  SpiderMaster
Assembly:  SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator >=(
	Age x,
	Age y
)
Public Shared Operator >= ( _
	x As Age, _
	y As Age _
) As Boolean
public:
static bool operator >=(
	Age x, 
	Age y
)

Parameters

x
Age
The x.
y
Age
The y.

Return Value

The result of the operator.

See Also