Fundamentals
    Preparing search index...

    Interface IEquatable

    Defines something that is equatable to something.

    IEquatable

    interface IEquatable {
        equals(other: object): boolean;
    }

    Implemented by

    Index

    Methods

    Methods

    • Check whether this is equal to other.

      Parameters

      • other: object

      Returns boolean