@bodil/core
    Preparing search index...

    Interface Equals

    Interface for classes which implement equality checking.

    interface Equals {
        equals(other: unknown): boolean;
    }

    Methods

    • Tests whether a given value is equal to this value.

      Parameters

      • other: unknown

      Returns boolean