JCL Help:PeSmartFunctionNameSame

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Compares two function names.


Pascal

 function PeSmartFunctionNameSame(const ComparedName: string; const FunctionName: string; Options: TJclSmartCompOptions = []): Boolean;


Parameters

Parameters Description
const ComparedName: string First function name to be compared.
const FunctionName: string Second function name to be compared.
Options: TJclSmartCompOptions = [] A set of options which determine how the names are compared. See TJclSmartCompOptions for more information.


Return Value

If the two function names are considered equal the function returns True, otherwise it returns False.


Description

The PeSmartFunctionNameSame function compares two function names and returns whether they are equal observing the comparison rules specified through the options parameter.


See Also

PeStripFunctionAW


About

Unit

JclPeImage


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page