Click or drag to resize

TlvTagInequality Operator

Compare two composite elements non equality.

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 not equal
See Also