| URLHelperDomainMatch Method | 
            Returns true if the given domain names match.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool DomainMatch(
	string first,
	string second,
	bool checkPort
)
Parameters
- first
- Type: SystemString
 First domain name
- second
- Type: SystemString
 Second domain name
- checkPort
- Type: SystemBoolean
 If true, port is checked
Return Value
Type: 
Boolean See Also
See Also