geostyler-style
    Preparing search index...

    Interface FnotEqualTo

    Resolves to false if both arguments are equal

    interface FnotEqualTo {
        args: [unknown, unknown];
        name: "notEqualTo";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: [unknown, unknown]
    name: "notEqualTo"