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


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