Click or drag to resize

TlvTagEquals Method (TlvTag)

Compare tlv element to tlv element

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public bool Equals(
	TlvTag tag
)

Parameters

tag
Type: Guardtime.KSI.ParserTlvTag
composite element

Return Value

Type: Boolean
true if objects are equal

Implements

IEquatableTEquals(T)
See Also