- obj
- The Object being compared with the current Object.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As VideoFormat Dim obj As Object Dim value As Boolean value = instance.Equals(obj) |
Parameters
- obj
- The Object being compared with the current Object.
Return Value
System.BooleanThe 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