Compares two compile targets for equality
Source position: fpmkunit.pp line 222
function TCompileTarget.Equals( |
const aValue: TCompileTarget |
):Boolean; |
aValue |
|
Compile target to compare with |
Result returns True if the compile targets have identical OS, CPU, and Subtarget values, False if any field differs. Used for compile target comparison operations.
Returns True if this compile target equals the specified target.
Comparison is based on CPU, OS, and subtarget values.