Click or drag to resize

AbstractConfigEquals Method (AbstractConfig)

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

Parameters

config
Type: Guardtime.KSI.ServiceAbstractConfig
config to copare against

Return Value

Type: Boolean
true if objects are equal

Implements

IEquatableTEquals(T)
See Also