[Missing <summary> documentation for "M:CWrapper.PropertySetting.isEqualTo(CWrapper.PropertySetting)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool isEqualTo(
	PropertySetting ps
)
Visual Basic (Declaration)
Public Function isEqualTo ( _
	ps As PropertySetting _
) As Boolean
Visual C++
public:
bool isEqualTo(
	PropertySetting^ ps
)

Parameters

ps
Type: CWrapper..::.PropertySetting

[Missing <param name="ps"/> documentation for "M:CWrapper.PropertySetting.isEqualTo(CWrapper.PropertySetting)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.PropertySetting.isEqualTo(CWrapper.PropertySetting)"]

See Also