Open this page in the API Guide

LogOnCredential.Inequality 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 (25.1.0.1000)
Syntax
public static bool operator !=(
	LogOnCredential credential1,
	LogOnCredential credential2
)

Parameters

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

Return Value

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