OlapLevelEquals Method (IHierarchyLevel) | 
 Indicates whether the current object is equal to another object of the same type.
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool Equals(
	IHierarchyLevel other
)
Public Function Equals ( 
	other As IHierarchyLevel
) As Boolean
public:
virtual bool Equals(
	IHierarchyLevel^ other
) sealed
abstract Equals : 
        other : IHierarchyLevel -> bool 
override Equals : 
        other : IHierarchyLevel -> bool Parameters
- other
 - Type: Dundas.BI.Data.MetadataIHierarchyLevel
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