Click or drag to resize
DynamicJsonObjectEquals Method
Return whether this object equals the specified object

Namespace: Rally.RestApi.Json
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare

Return Value

Type: Boolean
true if equal, false otherwise
See Also