DVTk API
Equality Operator
DVTkDvtk.Hl7Hl7TagEquality(Hl7Tag, Hl7Tag)
DVTk API

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

Determines whether two specified Hl7Tags are 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 represent the same Hl7Tag; otherwise, falseFalsefalse.

Assembly: DvtkHl7 (Module: DvtkHl7) Version: 0.0.0.0