LeanCoverage.hasSameProductRelationAs Method
Compares the current record to a LeanCoverage record and determines whether they have the same product relation.
Syntax
public boolean hasSameProductRelationAs(LeanCoverage _leanCoverage)
Run On
Called
Parameters
- _leanCoverage
Type: LeanCoverage Table
A LeanCoverage record to compare to the current one.
Return Value
Type: boolean
true if the product relation of both LeanCoverage records is the same; otherwise, false.