C# 클래스 Wire.Tests.Bugs.ByteMessage

파일 보기 프로젝트 열기: akkadotnet/Wire

공개 메소드들

메소드 설명
ByteMessage ( System.DateTime utcTime, byte byteValue, long longValue ) : System
Equals ( ByteMessage other ) : bool
Equals ( object obj ) : bool

메소드 상세

ByteMessage() 공개 메소드

public ByteMessage ( System.DateTime utcTime, byte byteValue, long longValue ) : System
utcTime System.DateTime
byteValue byte
longValue long
리턴 System

Equals() 공개 메소드

public Equals ( ByteMessage other ) : bool
other ByteMessage
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool