FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / LoadingPoint Class / Equality Operator


In This Topic
    Equality Operator
    In This Topic
    Determines whether two specified instances of LoadingPoint are equal.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal lhs As LoadingPoint, _
       ByVal rhs As LoadingPoint _
    ) As Boolean
    'Usage
     
    
    public bool operator ==( 
       LoadingPoint lhs,
       LoadingPoint rhs
    )

    Parameters

    lhs
    rhs

    Return Value

    true if lhs and rhs represent the same LoadingPoint; otherwise, false.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also