- obj
- The Object to compare with the current Object.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Device Dim obj As Object Dim value As Boolean value = instance.Equals(obj) |
Parameters
- obj
- The Object to compare with the current Object.
Return Value
true if the specified Object is equal to the current Object; false, otherwise.The default implementation of Equals supports reference equality for reference types, and bitwise equality for value types. Reference equality means the object references that are compared refer to the same object. Bitwise equality means the objects that are compared have the same binary representation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7