Back to API Home
Assembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
trueTruetruetrue (True in Visual Basic) if the current object is equal to the other; otherwise, falseFalsefalsefalse (False in Visual Basic).
Indicates whether the current object is equal to another object of the same type.
Namespace: Dundas.Dashboard.BusinessAssembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
Syntax
C# |
---|
public bool Equals( ParameterToken other ) |
Visual Basic |
---|
Public Function Equals ( other As ParameterToken ) As Boolean |
Parameters
- other
- Type: Dundas.Dashboard.Business..::..ParameterToken
An object to compare with this object.
Return Value
Type: BooleantrueTruetruetrue (True in Visual Basic) if the current object is equal to the other; otherwise, falseFalsefalsefalse (False in Visual Basic).