Distinct operateur : Compare Index property

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public static bool operator !=(
	BaseObject c1,
	BaseObject c2
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	c1 As BaseObject, _
	c2 As BaseObject _
) As Boolean
Visual C++
public:
static bool operator !=(
	BaseObject^ c1, 
	BaseObject^ c2
)

Parameters

c1
Type: Hyleos.Common..::.BaseObject
First BaseObject
c2
Type: Hyleos.Common..::.BaseObject
Second BaseObject

Return Value

True if the two BaseObject are distinct

See Also