HierarchyLevelLinkEquals Method (HierarchyLevelLink) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool Equals(
HierarchyLevelLink other
)
Public Function Equals (
other As HierarchyLevelLink
) As Boolean
public:
virtual bool Equals(
HierarchyLevelLink^ other
) sealed
abstract Equals :
other : HierarchyLevelLink -> bool
override Equals :
other : HierarchyLevelLink -> bool
Parameters
- other
- Type: Dundas.BI.Entities.DataCubesHierarchyLevelLink
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