Share via


XmlFormHostItem.RemoteEquals Method (IContract)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Protected Overridable Function RemoteEquals ( _
    contract As IContract _
) As Boolean
'Usage
Dim contract As IContract
Dim returnValue As Boolean

returnValue = Me.RemoteEquals(contract)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
protected virtual bool RemoteEquals(
    IContract contract
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

XmlFormHostItem Class

XmlFormHostItem Members

RemoteEquals Overload

Microsoft.Office.InfoPath Namespace