Click or drag to resize

TlvTagEquality Operator

Compare two composite element objects.

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static bool operator ==(
	TlvTag a,
	TlvTag b
)

Parameters

a
Type: Guardtime.KSI.ParserTlvTag
composite element
b
Type: Guardtime.KSI.ParserTlvTag
composite element

Return Value

Type: Boolean
true if objects are equal
See Also