Declaration
public static bool operator==(
JsonNoValue _1,
JsonNoValue _2
)Summary
Always returns true.
Remarks
This operator can only be invoked in three ways:
JsonNoValue.Instance == JsonNoValue.InstanceJsonNoValue.Instance == nullnull == JsonNoValue.Instance
In all three cases, the intended comparison is true.