@minecraft/server
    Preparing search index...

    Interface EqualsComparisonBeta

    Equal to operator.

    interface EqualsComparison {
        equals: string | number | boolean;
    }
    Index

    Properties

    Properties

    equals: string | number | boolean

    Threshold value compared against.