Spread ASP.NET 17
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.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly EqualOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.EqualOperator
    public static readonly BinaryOperatorInfo EqualOperator

    Field Value

    BinaryOperatorInfo object containing the binary equals operator
    See Also