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