TrustedDomain.Equals Method (TrustedDomain)
Checks whether the current object is equal to the specified object.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Equals ( _
other As TrustedDomain _
) As Boolean
'Usage
Dim instance As TrustedDomain
Dim other As TrustedDomain
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
TrustedDomain other
)
Parameters
- other
Type: Microsoft.Rtc.Collaboration.TrustedDomain
Return Value
Type: System.Boolean