InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class / Equals Method / Equals(Application) Method
The Application to compare to the current Application


In This Topic
    Equals(Application) Method
    In This Topic
    Determines whether the specified Application is equal to the current Application
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As Application _
    ) As Boolean
    'Usage
     
    
    Dim instance As Application
    Dim other As Application
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       Application other
    )

    Parameters

    other
    The Application to compare to the current Application

    Return Value

    True if the specified Application is equal to the current Application, false if not
    See Also