DevForce Help Reference
IsCurrent Method


For internal use only.
Syntax
'Declaration
 
Protected Overridable Function IsCurrent( _
   ByVal targetAspect As EntityAspect, _
   ByVal sourceAspect As EntityAspect _
) As Boolean
'Usage
 
Dim instance As EntityGroup
Dim targetAspect As EntityAspect
Dim sourceAspect As EntityAspect
Dim value As Boolean
 
value = instance.IsCurrent(targetAspect, sourceAspect)
protected virtual bool IsCurrent( 
   EntityAspect targetAspect,
   EntityAspect sourceAspect
)

Parameters

targetAspect
sourceAspect
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityGroup Class
EntityGroup Members

Send Feedback