Equals Method
Returns a value that indicates whether this instance is equal to a specified object.
Syntax
public System.bool Equals(
System.object obj
)Public Function Equals( _
ByVal obj As System.Object _
) As System.BooleanParameters
| Name | Description |
|---|---|
| obj | An System.Object to compare with this instance or a null reference (Nothing in Visual Basic). |
Return Value
true if obj and this instance are of the same type and have identical field values; otherwise, false.