Determines whether two specified Id objects are not the same.


Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared Operator <>( _ 
   ByVal i1 As Id,  _ 
   ByVal i2 As Id _ 
) As Boolean
C#
public static bool operator !=(
   Id i1,
   Id i2
)
C++
public:
 static bool operator !=(
   Id i1,
   Id i2
)
J#
JSharp does not support overloaded operators.
JScript
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

i1
An Id object.
i2
An Id object.

Return Value

True if the two specified Id objects are not the same; otherwise, returns false.

See Also