Contents

isEqual(to:)

Returns a Boolean value that indicates whether the configuration objects are equivalent.

Declaration

func isEqual(to otherConfiguration: UIImage.SymbolConfiguration?) -> Bool

Parameters

  • otherConfiguration:

    The other configuration object. Specify nil to compare the current configuration object to the configuration object in the Unspecified property.

Return Value

true if the trait collections and image configuration values of both objects match; otherwise, false.