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