Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

Equals

Compares two compile targets for equality

Declaration

Source position: fpmkunit.pp line 222

function TCompileTarget.Equals(

  const aValue: TCompileTarget

):Boolean;

Arguments

aValue

  

Compile target to compare with

Function result

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.

Description

Returns True if this compile target equals the specified target.

Comparison is based on CPU, OS, and subtarget values.


Documentation generated on: Dec 15 2025