Check if versions are identical
Source position: fpmkunit.pp line 451
public function TFPVersion.SameVersion( |
AVersion: TFPVersion |
):Boolean; |
AVersion |
|
Version object to compare for equality |
True if versions are identical, False otherwise
SameVersion returns True if this version is exactly identical to the specified version.
This method performs an exact comparison of all version components including major, minor, micro, and build numbers.
Unlike CompareVersion, this method returns a boolean result rather than a comparison integer.