NServiceBus.AcceptanceTesting.Support.RunDescriptor.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( RunDescriptor other ) : bool
other RunDescriptor
return bool
        protected bool Equals(RunDescriptor other)
        {
            return string.Equals(Key, other.Key);
        }

Same methods

RunDescriptor::Equals ( object obj ) : bool