DVTk API [This is preliminary documentation and is subject to change.]
Determines whether two specified Hl7Tags are equal.

Declaration Syntax
Public Shared Operator = ( _
tag1 As Hl7Tag, _
tag2 As Hl7Tag _
) As Boolean
public:
static bool operator ==(
Hl7Tag^ tag1,
Hl7Tag^ tag2
)

Parameters

Return Value
trueTruetrue if
tag1 and
tag2
represent the same
Hl7Tag;
otherwise,
falseFalsefalse.
Assembly:
DvtkHl7 (Module: DvtkHl7) Version: 0.0.0.0