RmsTemplateIdentity.Equals Method (RmsTemplateIdentity)
Namespace: Microsoft.Exchange.Data.RightsManagement
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Equals ( _
other As RmsTemplateIdentity _
) As Boolean
'Usage
Dim instance As RmsTemplateIdentity
Dim other As RmsTemplateIdentity
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
RmsTemplateIdentity other
)
Parameters
Return Value
Type: System.Boolean