| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
Pointcuts.AreEqual Method
Are the supplied IPointcuts equal?
[Visual Basic]
Public Shared Sub AreEqual( _
ByVal
firstPointcut As
IPointcut, _
ByVal
secondPointcut As
IPointcut _
)
Parameters
-
firstPointcut
- The first pointcut.
-
secondPointcut
- The second pointcut.
Return Value
true if the supplied IPointcuts are equal.
See Also
Pointcuts Class | Spring.Aop.Support Namespace