The Compare method compares two memory buffers to determine if they contain identical data, byte for byte. It works on Variant variables.
| Parameter | Description |
|---|---|
| vaSource1 | The first memory buffer. All OLE automation variant types are supported, including string and byte array variants. |
| vaSource2 | The second memory buffer. All OLE automation variant types are supported, including string and byte array variants. |
Returns True if the two source buffers are identical.
None
| Declaration (DXceedEncryption) | Copy Code |
|---|---|
HRESULT Compare( [in] VARIANT* vaSource1, [in] VARIANT* vaSource2, | |
| Declaration (IXceedEncryption) | Copy Code |
|---|---|
| |