@minecraft/server
    Preparing search index...

    Interface NotEqualsComparisonBeta

    Not equal to operator.

    interface NotEqualsComparison {
        notEquals: string | number | boolean;
    }
    Index

    Properties

    Properties

    notEquals: string | number | boolean

    Threshold value compared against.