[Missing <summary> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.Equals(System.Object)"]

Namespace:  CoreDevices.DeviceControls.Colors
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System..::.Object

[Missing <param name="obj"/> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.Equals(System.Object)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.Equals(System.Object)"]

See Also