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