Class ArrayWrapper
Summary description for ArrayWrapper.
Inheritance
System.Object
ArrayWrapper
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ArrayWrapper : Object
Constructors
ArrayWrapper(Byte[])
Initializes new instance of the wrapper.
Declaration
public ArrayWrapper(byte[] arrBuffer)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | arrBuffer | Buffer to wrap. |
Methods
Equals(Object)
Determines whether the specified Object is equal to the current Object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The Object to compare with the current Object. |
Returns
Type | Description |
---|---|
System.Boolean | True if the specified Object is equal to the current Object; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current Object. |