Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: bool operator!=(JsonValue, JsonValue)

Declaration

public static bool operator!=(
    JsonValue one,
    JsonValue two
)

Summary

Compares two JsonValue objects for inequality. Note that JsonNoValue compares equal with null.