NServiceBus.AcceptanceTesting.Support.RunDescriptor.Equals C# (CSharp) Méthode

Equals() protected méthode

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

Same methods

RunDescriptor::Equals ( object obj ) : bool