C# Class NewTOAPIA.BufferChunkExt

ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Compare ( this obj1, byte obj2 ) : bool
Copy ( this source ) : byte[]

Method Details

Compare() public static method

public static Compare ( this obj1, byte obj2 ) : bool
obj1 this
obj2 byte
return bool

Copy() public static method

public static Copy ( this source ) : byte[]
source this
return byte[]