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

Declaration Syntax
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
)

Return Value
trueTruetrue if
tag1 and
tag2
do not represent the same
Tag;
otherwise,
falseFalsefalse.
Assembly:
DvtkData (Module: DvtkData) Version: 0.0.0.0