Akka.Streams.TestKit.Tests.TestException.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( TestException other ) : bool
other TestException
return bool
        protected bool Equals(TestException other)
        {
            return Message.Equals(other.Message);
        }

Same methods

TestException::Equals ( object obj ) : bool