ParticipantEndpoint.Equals Method (Object)
Returns true if the current endpoint is equal to the passed endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As ParticipantEndpoint
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
- obj
Type: System.Object
The target endpoint object to compare with.
Return Value
Type: System.Boolean
Returns true when this instance matched the supplied target instance.