Click or drag to resize

CalendarHashChainAreRightLinksEqual Method

Compare right links if they are equal.

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public bool AreRightLinksEqual(
	CalendarHashChain calendarHashChain
)

Parameters

calendarHashChain
Type: Guardtime.KSI.SignatureCalendarHashChain
calendar hash chain to compare to

Return Value

Type: Boolean
true if right links are equal and in same order
See Also