Class ArrayWrapper
Summary description for ArrayWrapper.
Inheritance
System.Object
ArrayWrapper
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ArrayWrapper
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. |
Overrides
System.Object.Equals(System.Object)
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. |
Overrides
System.Object.GetHashCode()