FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / LoadingPoint Class / Equals Method


In This Topic
    Equals Method (LoadingPoint)
    In This Topic
    Determines whether the current object is equal to another object.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As LoadingPoint
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj

    Return Value

    true if the specified object is equal to the current object, otherwise false.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also