DynamicJsonObjectEquals Method |
Return whether this object equals the specified object
Namespace: Rally.RestApi.JsonAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare
Return Value
Type:
Booleantrue if equal, false otherwise
See Also