ChangeQueue.AreViewsEqual Method

ChangeQueueAreViewsEqual Method

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.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual bool AreViewsEqual(
	ViewInfo aView,
	ViewInfo bView
)
Public Overridable Function AreViewsEqual ( 
	aView As ViewInfo,
	bView As ViewInfo
) As Boolean

Parameters

aView
Type: Rhino.DocObjectsViewInfo
First ViewInfo to compare
bView
Type: Rhino.DocObjectsViewInfo
Second ViewInfo to compare

Return Value

Type: Boolean
true if the views are considered equal
Version Information

Rhino for Windows

Supported in: 6.14
See Also