Options
All
  • Public
  • Public/Protected
  • All
Menu

Classes which inherit from this protocol is able to check equality with other instances of them.

Hierarchy

  • KoconutEquatable

Implemented by

Index

Methods

Methods

equalsTo

  • equalsTo(other: any): boolean | KoconutPrimitive<boolean>
  • Check whether this instance equals to target object Result can be either simple boolean or {@link KoconutPrimitive} instance wrapping boolean value.

    Parameters

    • other: any

      Target instance to check equality.

    Returns boolean | KoconutPrimitive<boolean>

Generated using TypeDoc