Click or drag to resize

LinearWorkflowEquals Method

Compare two LinearWorkflow objects. They are considered equal if their hashes match.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Rhino.Render.LinearWorkflow.Equals(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Render.LinearWorkflow.Equals(System.Object)"]

See Also