isEqual(to:)
Returns a Boolean value that indicates whether the configuration objects are equivalent.
Declaration
func isEqual(to otherConfiguration: UIImage.SymbolConfiguration?) -> BoolParameters
- otherConfiguration:
The other configuration object. Specify
nilto 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.