| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Mailbox 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; otherwise, false.Target Platforms: Microsoft .NET Framework 2.0