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

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator !=(
	Graphic g1,
	Graphic g2
)
Public Shared Operator <> ( _
	g1 As Graphic, _
	g2 As Graphic _
) As Boolean
public:
static bool operator !=(
	Graphic g1, 
	Graphic g2
)

Parameters

g1
Graphic
g2
Graphic

See Also