EasyUA Reference
AreDomainsEqual(String,String) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class > AreDomainsEqual Method : AreDomainsEqual(String,String) Method

domain1
The first domain to compare.
domain2
The second domain to compare.

Glossary Item Box

Checks if the domains are equal.

Syntax

Visual Basic (Usage)Copy Code
Dim domain1 As String
Dim domain2 As String
Dim value As Boolean
 
value = Utils.AreDomainsEqual(domain1, domain2)
C# 
public static bool AreDomainsEqual( 
   string domain1,
   string domain2
)

Parameters

domain1
The first domain to compare.
domain2
The second domain to compare.

Return Value

True if they are equal.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.