geostyler-style
    Preparing search index...

    Interface FstrEqualsIgnoreCase

    Returns true if the two strings are equal ignoring case considerations

    interface FstrEqualsIgnoreCase {
        args: [
            string
            | GeoStylerStringFunction,
            string | GeoStylerStringFunction,
        ];
        name: "strEqualsIgnoreCase";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "strEqualsIgnoreCase"