map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface EqualsExpressionInternal

    '$eq' operator expression. Tests for an attribute to equal a given value.

    {a: {$eq: 1} }
    

    The short form is {a: 1}.

    interface EqualsExpression {
        $eq: SimpleValue;
    }
    Index

    Properties

    Properties

    $eq: SimpleValue

    Value to be checked against for equality.