Partager via


RadioTableItem.GreaterThan Operator (RadioTableItem, RadioTableItem)

 

Determines whether the first specified radio table item is greater than the second specified radio table item.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public static bool operator >(
    RadioTableItem r1,
    RadioTableItem r2
)
public:
static bool operator >(
    RadioTableItem^ r1,
    RadioTableItem^ r2
)
Public Shared Operator > (
    r1 As RadioTableItem,
    r2 As RadioTableItem
) As Boolean

Parameters

Return Value

Type: System.Boolean

A Boolean: true if r1 is greater than r2; otherwise, false.

See Also

RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top