Click or drag to resize
JsonBoolEquality Operator
Test whether values of its operands are equal or both null.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static bool operator ==(
	JsonBool former,
	JsonBool latter
)

Parameters

former
Type: Dextronet.JsonieJsonBool
First value to compare.
latter
Type: Dextronet.JsonieJsonBool
Second value to compare.

Return Value

Type: Boolean
True if former is equal to latter.
See Also