Attachmate Reflection 2014 .NET API Reference
Equals(Application) Method


The Application to compare to the current Application
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
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

Application Class
Application Members
Overload List

Send Feedback