Compares the equality of two ApplicationConfiguration objects.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Overrides 
Function 
Equals ( _
	
obj 
As 
Object _
) 
As 
Boolean
Visual Basic (usage)
Dim 
instance 
As 

ApplicationConfiguration
Dim 
obj 
As 
Object
Dim 
returnValue 
As 
Boolean

returnValue = instance.
Equals(
obj)
C#
public 
override 
bool 
Equals(
	
Object 
obj
)

Parameters

obj
Type: System . . :: . . Object

Object to be compared against.

Return value

Type: System . . :: . . Boolean

true if equal, false otherwise.

See also