DVTk API
Inequality Operator
DVTkDvtkData.DimseTagInequality(Tag, Tag)
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 !=(
	Tag tag1,
	Tag tag2
)
Public Shared Operator <> ( _
	tag1 As Tag, _
	tag2 As Tag _
) As Boolean
public:
static bool operator !=(
	Tag^ tag1, 
	Tag^ tag2
)
Parameters
tag1 (Tag)
A Tag
tag2 (Tag)
A Tag
Return Value
trueTruetrue if tag1 and tag2 do not represent the same Tag; otherwise, falseFalsefalse.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0