Determines whether the specified object is strictly equal to this object.
[C#] override bool Equals(object obj) [Visual Basic] Overrides Function Equals(obj As Object) As Boolean
override bool Equals(object obj)
Overrides Function Equals(obj As Object) As Boolean
may throw Exception()
The method returns a value indicating wether the objects are strictly equal in the sense of the JavaScript operator ===.
None.