LogOnCredentialEquality Operator

Compares two LogOnCredential structures for equality.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static bool operator ==(
	LogOnCredential credential1,
	LogOnCredential credential2
)

Parameters

credential1
Type: Dundas.BI.AccountServicesLogOnCredential
The first credential to compare.
credential2
Type: Dundas.BI.AccountServicesLogOnCredential
The second credential to compare.

Return Value

Type: Boolean
if credential1 and credential2 have the same Id and Value values; otherwise .
See Also