Implements value equality semantics for IAttributeValue.
              See Equals(T).  Only checks if both Dimension Values have
              the same Id.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public bool Equals( IAttributeValue other ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Equals ( _ other As IAttributeValue _ ) As Boolean | 
| Visual C++ | 
|---|
| public: virtual bool Equals( IAttributeValue^ other ) sealed | 
Parameters
- other
- Type: Endeca.Data..::.IAttributeValue





