Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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