Open this page in the API Guide

LogOnCredential.Equals Method (LogOnCredential)

Compares two LogOnCredential structures for equality.

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

Parameters

other
Type: Dundas.BI.AccountServices.LogOnCredential
The credential to compare to this instance.

Return Value

Type: Boolean
true if both LogOnCredential structures have the same Id and Value values; otherwise false.

Implements

IEquatable<T>.Equals(T)
See Also