RadioTableItem.Equals Method (Object)
Determines whether the current radio table item is equal to the specified radio table item.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectThe radio table item to compare the current radio table item to.
Return Value
Type: System.Boolean
A Boolean: true if the current radio table item is equal to the specified radio table item; otherwise, false.
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top