Click or drag to resize

AggregatorConfigEquals Method (AggregatorConfig)

Compare current aggregator 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(
	AggregatorConfig config
)

Parameters

config
Type: Guardtime.KSI.ServiceAggregatorConfig
aggregator config

Return Value

Type: Boolean
true if objects are equal
See Also