@bodil/core - v0.5.1
    Preparing search index...

    Interface Equals

    Interface for classes which implement equality checking.

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

    Methods

    Methods

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

      Parameters

      • other: unknown

      Returns boolean