Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Equals ( _
rhs As SmtpX509IdentifierEx _
) As Boolean
'Usage
Dim instance As SmtpX509IdentifierEx
Dim rhs As SmtpX509IdentifierEx
Dim returnValue As Boolean
returnValue = instance.Equals(rhs)
public bool Equals(
SmtpX509IdentifierEx rhs
)
Parameters
Return value
Type: System.Boolean