Click or drag to resize

RosDynamicConfigParameterTCompare Method

Compares values of this parameter to the other parameter. Returns true if they are equal

Namespace:  Rubedos.Viper.Net.DynamicReconfigure
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public bool Compare(
	Object other
)

Parameters

other
Type: SystemObject

[Missing <param name="other"/> documentation for "M:Rubedos.Viper.Net.DynamicReconfigure.RosDynamicConfigParameter`1.Compare(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rubedos.Viper.Net.DynamicReconfigure.RosDynamicConfigParameter`1.Compare(System.Object)"]

Implements

IDynamicConfigParameterCompare(Object)
See Also