DVTk API
Inequality Operator
DVTkDvtk.Hl7Hl7TagInequality(Hl7Tag, Hl7Tag)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines whether two specified Tags are not equal.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	Hl7Tag tag1,
	Hl7Tag tag2
)
Public Shared Operator <> ( _
	tag1 As Hl7Tag, _
	tag2 As Hl7Tag _
) As Boolean
public:
static bool operator !=(
	Hl7Tag^ tag1, 
	Hl7Tag^ tag2
)
Parameters
tag1 (Hl7Tag)
A Hl7Tag
tag2 (Hl7Tag)
A Hl7Tag
Return Value
trueTruetrue if tag1 and tag2 do not represent the same Hl7Tag; otherwise, falseFalsefalse.

Assembly: DvtkHl7 (Module: DvtkHl7) Version: 0.0.0.0