NServiceBus.AcceptanceTesting.Support.RunDescriptor.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( RunDescriptor other ) : bool
other RunDescriptor
Результат bool
        protected bool Equals(RunDescriptor other)
        {
            return string.Equals(Key, other.Key);
        }

Same methods

RunDescriptor::Equals ( object obj ) : bool