Responder Developer Guide
IsEqualTo Method (CompositionContextInformation)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsEqualTo( _
   ByVal context As CompositionContext, _
   ByVal otherContext As CompositionContext _
) As Boolean
'Usage
 
Dim context As CompositionContext
Dim otherContext As CompositionContext
Dim value As Boolean
 
value = CompositionContextInformation.IsEqualTo(context, otherContext)
[Extension()]
public static bool IsEqualTo( 
   CompositionContext context,
   CompositionContext otherContext
)

Parameters

context
otherContext
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CompositionContextInformation Class
CompositionContextInformation Members

 

 


Send Comment