Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two radio table items have different 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
r1
Type: Microsoft.WindowsServerSolutions.Controls.RadioTableItemThe first radio table item.
r2
Type: Microsoft.WindowsServerSolutions.Controls.RadioTableItemThe second radio table item.
Return Value
Type: System.Boolean
A Boolean: true if r1 has a different value from r2; otherwise, false.
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top