Click or drag to resize

ExtenderConfigEquals Method (ExtenderConfig)

Compare current extender config against another config.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public bool Equals(
	ExtenderConfig config
)

Parameters

config
Type: Guardtime.KSI.ServiceExtenderConfig
extender config

Return Value

Type: Boolean
true if objects are equal
See Also