'Usage
Dim instance As LocalizationRequiredAttribute Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- The object to test the value equality of.
Return Value
true
if the value of the given object is equal to that of the current; otherwise, false
.