Click or drag to resize

swDialogIsEqual Method

Returns if two controls are equal.

Namespace:  CADSharpTools.SOLIDWORKS.UIAutomation
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public bool IsEqual(
	swDialog control
)

Parameters

control
Type: CADSharpTools.SOLIDWORKS.UIAutomationswDialog
Target control.

Return Value

Type: Boolean
See Also