CountryInfo.Equals method (CountryInfo)
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function Equals ( _
other As CountryInfo _
) As Boolean
'Usage
Dim instance As CountryInfo
Dim other As CountryInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
CountryInfo other
)
Parameters
- other
Type: Microsoft.Exchange.Data.Directory.CountryInfo
Return value
Type: System.Boolean