An integer associated with the NOT_EQUAL instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases. This field is constant and read-only.


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

Syntax

Visual Basic (Declaration)
Public const NOT_EQUAL_AS_INT As Integer = 0
C#
public const int NOT_EQUAL_AS_INT = 0;
C++
public:
 const int NOT_EQUAL_AS_INT = 0;
J#
public const int NOT_EQUAL_AS_INT = 0
JScript
public const NOT_EQUAL_AS_INT : int = 0;

See Also