TatVariableInfo.SameDeclaration Method
Returns True if this variable has the same declaration as AVariable.
Remarks
Used by the compiler to verify that a routine prototype and its implementation have consistent declarations, generating a compile error if, for example, the input parameters differ.
Syntax
Unit: atScript
function TatVariableInfo.SameDeclaration(AVariable: TatVariableInfo): Boolean;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AVariable | TatVariableInfo |