Compares two Phidgets.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public override bool Equals(
	Object comp
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	comp As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ comp
) override

Parameters

comp
Type: System..::.Object
The object to compare this object to.

Return Value

True if they are equal, false if they are different.

Remarks

This method compares two Phidgets using serial number, device type and version.

See Also