DVTk API
ComparePixelAttributes Method (attribute1, attribute2)
DVTkDvtkDvtkDataHelperComparePixelAttributes(Attribute, Attribute)
DVTk API

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

Compare two pixel attributes (i.e. attributes that have VR OB, OF or OW).
Declaration Syntax
C#Visual BasicVisual C++
public static bool ComparePixelAttributes(
	Attribute attribute1,
	Attribute attribute2
)
Public Shared Function ComparePixelAttributes ( _
	attribute1 As Attribute, _
	attribute2 As Attribute _
) As Boolean
public:
static bool ComparePixelAttributes(
	Attribute^ attribute1, 
	Attribute^ attribute2
)
Parameters
attribute1 (Attribute)
The first attribute.
attribute2 (Attribute)
The second attribute.
Return Value
Indicates if the two are equal or not.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0