@zeroc/ice
    Preparing search index...

    Interface Endpoint

    The user-level interface to an endpoint.

    interface Endpoint {
        equals(other: any): boolean;
        getInfo(): Ice.EndpointInfo;
        toString(): string;
    }
    Index

    Methods

    • Determines whether the specified object is equal to this object.

      Parameters

      • other: any

        The object to compare with.

      Returns boolean

      true if the specified object is equal to the this object, false otherwise.

    • Return a string representation of the endpoint.

      Returns string

      The string representation of the endpoint.