CompareNotifyContext(Object)
Compare the given object to the notificaiton context object.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract bool CompareNotifyContext( object obj )
Parameters
obj
Objectthe object to compare.
Returns
Boolean
indicating if the notification context and the object are the same.