Click or drag to resize

JSONNodeEquality Operator

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static bool operator ==(
	JSONNode a,
	Object b
)

Parameters

a
Type: Nova.UtilitiesJSONNode
b
Type: SystemObject

Return Value

Type: Boolean
See Also