Ixian SDK
IXICore.Utils.ByteArrayComparer Class Reference
Inheritance diagram for IXICore.Utils.ByteArrayComparer:

Public Member Functions

int Compare (byte[] x, byte[] y)
 
bool Equals (byte[] left, byte[] right)
 
int GetHashCode (byte[] key)
 

Detailed Description

Definition at line 26 of file ByteArrayComparer.cs.

Member Function Documentation

◆ Compare()

int IXICore.Utils.ByteArrayComparer.Compare ( byte []  x,
byte []  y 
)

Definition at line 28 of file ByteArrayComparer.cs.

◆ Equals()

bool IXICore.Utils.ByteArrayComparer.Equals ( byte []  left,
byte []  right 
)

Definition at line 32 of file ByteArrayComparer.cs.

◆ GetHashCode()

int IXICore.Utils.ByteArrayComparer.GetHashCode ( byte []  key)

Definition at line 40 of file ByteArrayComparer.cs.


The documentation for this class was generated from the following file: