Partager via


RadioTableItem.Equality Operator (RadioTableItem, RadioTableItem)

 

Determines whether two radio table items have equivalent values.

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 equal to r2; otherwise, false.

See Also

RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top