LogOnCredentialEquals Method (LogOnCredential) |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool Equals(
LogOnCredential other
)
Public Function Equals (
other As LogOnCredential
) As Boolean
public:
virtual bool Equals(
LogOnCredential other
) sealed
abstract Equals :
other : LogOnCredential -> bool
override Equals :
other : LogOnCredential -> bool
Parameters
- other
- Type: Dundas.BI.AccountServicesLogOnCredential
The credential to compare to this instance.
Return Value
Type:
Boolean if both
LogOnCredential structures have the same
Id and
Value values; otherwise
.
Implements
IEquatableTEquals(T)See Also