Bickle.ReSharper.Runner.Tasks.LoadContextAssemblyTask.Equals C# (CSharp) Method

Equals() public method

public Equals ( LoadContextAssemblyTask other ) : bool
other LoadContextAssemblyTask
return bool
        public bool Equals(LoadContextAssemblyTask other)
        {
            return other != null && other.AssemblyPath == AssemblyPath;
        }

Same methods

LoadContextAssemblyTask::Equals ( RemoteTask other ) : bool