Description:

Compare to ViewInfo instances and decide whether they are equal or not. If you need to change the way the comparison is done you can override this function and implement your custom comparison.

Syntax:
public virtual bool AreViewsEqual(
ViewInfo aView,
ViewInfo bView
)
virtual
Parameters:
  • aView
  • Type: ViewInfo
  • First ViewInfo to compare
  • bView
  • Type: ViewInfo
  • Second ViewInfo to compare
Returns:
Type: bool
True if the views are considered equal
Available since:
6.0

Nothing found