| Miner.Responder.Framework Namespace > DeviceInfo Class > Equals Method : Equals(DeviceInfo) Method |
'DeclarationPublic Overloads Function Equals( _ ByVal obj As DeviceInfo _ ) As System.Boolean
'UsageDim instance As DeviceInfo Dim obj As DeviceInfo Dim value As System.Boolean value = instance.Equals(obj)
public System.bool Equals( DeviceInfo obj )
public function Equals( obj: DeviceInfo ): System.Boolean;
public function Equals( obj : DeviceInfo ) : System.boolean;
public: System.bool Equals( DeviceInfo* obj )
public: System.bool Equals( DeviceInfo^ obj )
true if both devices are considered the same.false otherwisenull and considered equal.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2