DeviceCapabilityEventArgs.Equals Method (Object)

Determines whether the specified Object is equal to the current Object.

Namespace: Microsoft.SideShow
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)

Usage

Syntax

'Declaration
Public Overrides NotOverridable Function Equals ( _
    obj As Object _
) As Boolean
public override sealed bool Equals (
    Object obj
)
public:
virtual bool Equals (
    Object^ obj
) override sealed
public final boolean Equals (
    Object obj
)
public override final function Equals (
    obj : Object
) : boolean

Parameters

  • obj
    The Object to compare with the current Object.

Return Value

True if the specified Object is equal to the current Object; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

Target Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

See Also

Reference

DeviceCapabilityEventArgs Class
DeviceCapabilityEventArgs Members
Microsoft.SideShow Namespace