BenSelect Documentation
IsAddressDifferent Method
See Also  Send Feedback
Selerix.BenSelect.View Namespace > AddressView Class : IsAddressDifferent Method
line1
The line1.
line2
The line2.
line3
The line3.
city
The city.
state
The state.
nation
The nation.
zip
The zip.
language
The language.
Determines whether [is address different] [the specified line1].

Syntax

JScript 
public function IsAddressDifferent( 
   line1 : String,
   line2 : String,
   line3 : String,
   city : String,
   state : String,
   nation : String,
   zip : String,
   language : int
) : boolean;

Parameters

line1
The line1.
line2
The line2.
line3
The line3.
city
The city.
state
The state.
nation
The nation.
zip
The zip.
language
The language.

Return Value

true if [is address different] [the specified line1]; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.