Reflection
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
See Also