AutobiographicMemory.AM.PropertyChangeEvent.IsPropertyChangeEvent C# (CSharp) Method

IsPropertyChangeEvent() public static method

public static IsPropertyChangeEvent ( Name eventName ) : bool
eventName Name
return bool
            public static bool IsPropertyChangeEvent(Name eventName)
            {
                return eventName.GetNTerm(1) == Constants.PROPERTY_CHANGE_EVENT;
            }