api / org.gradle.api.artifacts.component / ComponentSelector / matchesStrictly

matchesStrictly

abstract fun matchesStrictly(identifier: ComponentIdentifier): Boolean

Checks if selector matches component identifier.

Parameters

identifier - Component identifier

Return
if this selector matches exactly the given component identifier.

Since
1.10