Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / NotEqualOperator Field


In This Topic
    NotEqualOperator Field
    In This Topic
    Represents an instance of the binary "not equals" operator. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NotEqualOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.NotEqualOperator
    public static readonly BinaryOperatorInfo NotEqualOperator
    See Also