Tester.StreamingTests.EventData.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( EventData other ) : bool
other EventData
Résultat bool
        protected bool Equals(EventData other)
        {
            return string.Equals(CategoryId, other.CategoryId) && string.Equals(StreamId, other.StreamId) && string.Equals(CommentId, other.CommentId) && Equals(Comment, other.Comment);
        }

Same methods

EventData::Equals ( object obj ) : bool