Schnittstelle IconIface.OnEqual

Umschließende Klasse:
IconIface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface IconIface.OnEqual
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onEqual(CallbackHandler __self, Icon icon1, Icon icon2)
     
  • Methodendetails

    • onEqual

      boolean onEqual(CallbackHandler __self, @Nullable Icon icon1, @Nullable Icon icon2)
      Parameter:
      icon1 - pointer to the first #GIcon.
      icon2 - pointer to the second #GIcon.
      Gibt zurück:
      %TRUE if @icon1 is equal to @icon2. %FALSE otherwise.