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