ReplicationCheckResult.IEquatable<ReplicationCheckResult>.Equals Method
Namespace: Microsoft.Exchange.Monitoring
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Private Function Equals ( _
other As ReplicationCheckResult _
) As Boolean Implements IEquatable(Of ReplicationCheckResult).Equals
'Usage
Dim instance As ReplicationCheckResult
Dim other As ReplicationCheckResult
Dim returnValue As Boolean
returnValue = CType(instance, IEquatable(Of ReplicationCheckResult)).Equals(other)
bool IEquatable<ReplicationCheckResult>.Equals(
ReplicationCheckResult other
)
Parameters
Return Value
Type: System.Boolean