public Boolean Equals(L4Conversation other) { var e1 = Equals(this.SourceEndPoint, other.SourceEndPoint); var e2 = Equals(this.DestinationEndPoint, other.DestinationEndPoint); return(e1 && e2); }
internal L4ConversationStatistics(DaRFlowDirection flowDirection, L4Conversation l4Conversation) : base(flowDirection, l4Conversation) { this.L4Conversation = l4Conversation; this.L4ConversationRefId = l4Conversation.Id; }
public FsUnidirectionalFlow(L4Conversation l4Conversation, DaRFlowDirection flowDirection) { this.L4Conversation = l4Conversation; this.FlowDirection = flowDirection; }