Click or drag to resize
JsonDynamicEquals Method (Object)
Determines whether current object is equal to another object.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
True if the current object is equal to this, false otherwise.
See Also