(RPC Manager Library)
Description: Determines whether two names or IPs indicate the same workstation. This subroutine returns a "1" if the two names or IPs (any combination) refer to the same workstation.
Returns: Boolean
Usage: Steady State or Subroutine call
Format: \RPCManager\IsMatch(Name1, Name2);
Parameters: Name1 { text } { required } { no default }
Any of the names or IPs by which the first workstation is known to the RPC Manager.
Name2 { text } { required } { no default }
Any of the names or IPs by which the second workstation is known to the RPC Manager.
Comments: This subroutine is a member of the RPC Manager's Library, and must therefore be prefaced by \RPCManager\, as shown in the "Format" section. If the application you are developing is a script application, the subroutine call must be prefaced by System\RPCManager\, and the System variable must be declared in AppMod.src.
The return value from this function will be a "1" if the two names or IPs (any combination) refer to the same workstation.