Compartir a través de


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
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)