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