C# Класс Wire.Tests.Bugs.ByteMessage

Показать файл Открыть проект

Открытые методы

Метод Описание
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