dundas.view.controls.MemberValueEqualityComparer Class

Supports the comparison of MemberValue or HierarchyMember instances for equality based on their unique names.
 

Inheritance Hierarchy

 
Class
   dundas.linq.IEqualityComparer
      dundas.linq.DefaultEqualityComparer
         dundas.view.controls.MemberValueEqualityComparer
 

Methods

 
  Name Description
equals WARNING: This is a prototype only and should not be called directly. Inherited from dundas.linq.IEqualityComparer.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getHashCode WARNING: This is a prototype only and should not be called directly. Inherited from dundas.linq.IEqualityComparer.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.