FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / Equals Method / Equals(Object) Method


In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current device instance.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As Device
    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 device instance, otherwise false.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also