Click or drag to resize

IDynamicConfigParameterCompare Method

Compare if parameter values are equal. Difference from Equals is that Default/Min/Max are ignored

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
bool Compare(
	Object other
)

Parameters

other
Type: SystemObject

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rubedos.Viper.Net.Iface.IDynamicConfigParameter.Compare(System.Object)"]

See Also