[This is preliminary documentation and is subject to change.]
Determines whether the specified
Object is equal to the current
Object.
Namespace:
Facebook.Json
Assembly:
Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) override |
Return Value
true if the specified
Object is equal to the current
Object; otherwise, false.
Exceptions
See Also
JsonRaw Class
Facebook.Json Namespace