Blaze.Controllers.LoginLoggingCommandWrapper.Match C# (CSharp) Method

Match() public method

public Match ( string url ) : bool
url string
return bool
        public bool Match(string url)
        {
            return url == "users/me.json";
        }
LoginLoggingCommandWrapper