JsonDynamicEquals Method (Object) |
Determines whether current object is equal to another object.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
BooleanTrue if the current object is equal to this, false otherwise.
See Also