[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 !=(
	UOColor c1,
	UOColor c2
)
Public Shared Operator <> ( _
	c1 As UOColor, _
	c2 As UOColor _
) As Boolean
public:
static bool operator !=(
	UOColor c1, 
	UOColor c2
)

Parameters

c1
UOColor
c2
UOColor

See Also