C# Class Wire.Tests.Bugs.ByteMessage

Datei anzeigen Open project: akkadotnet/Wire

Public Methods

Method Description
ByteMessage ( System.DateTime utcTime, byte byteValue, long longValue ) : System
Equals ( ByteMessage other ) : bool
Equals ( object obj ) : bool

Method Details

ByteMessage() public method

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

Equals() public method

public Equals ( ByteMessage other ) : bool
other ByteMessage
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool