LogOnCredentialInequality Operator

Compares two LogOnCredential structures for inequality.

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

Parameters

credential1  LogOnCredential
The first credential to compare.
credential2  LogOnCredential
The second credential to compare.

Return Value

Boolean
if credential1 and credential2 have different Id or Value values; if credential1 and credential2 have the same Id and Value values.
See Also