LogOnCredentialEquals(LogOnCredential) Method

Compares two LogOnCredential structures for equality.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool Equals(
	LogOnCredential other
)

Parameters

other  LogOnCredential
The credential to compare to this instance.

Return Value

Boolean
if both LogOnCredential structures have the same Id and Value values; otherwise .

Implements

IEquatableTEquals(T)
See Also