DrawableImage.opEquals

Compare to another image image.

  1. bool opEquals(DrawableImage other)
    struct DrawableImage
    const
    bool
    opEquals
  2. bool opEquals(Image other)

Parameters

other DrawableImage

Image to compare to.

Return Value

Type: bool

True if it's the same image,

Meta