SingleMemberValueEquals Method (ParameterValue) | 
 Indicates whether the current object is equal to another object of the same type.
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override bool Equals(
	ParameterValue other
)
Public Overrides Function Equals ( 
	other As ParameterValue
) As Boolean
public:
virtual bool Equals(
	ParameterValue^ other
) override
abstract Equals : 
        other : ParameterValue -> bool 
override Equals : 
        other : ParameterValue -> bool Parameters
- other
 - Type: Dundas.BI.Data.ParametersParameterValue
An object to compare with this object. 
Return Value
Type: 
Boolean if the current object is equal to the 
other parameter; otherwise, 
.
Implements
IEquatableTEquals(T)
See Also