Compares two instances of TElDSAKeyMaterial.
Overridable Function Equals(ByVal
Source As TElKeyMaterial,
ByVal
PublicOnly As Boolean) As Boolean
Function IElDSAKeyMaterialX7.Equals(
Source As
IElDSAKeyMaterialX,
PublicOnly As Boolean) As Boolean
[ActiveX]
HRESULT _stdcall IElDSAKeyMaterialX7.Equals([in]
IElDSAKeyMaterialX *
Source, [in] VARIANT_BOOL
PublicOnly, [out, retval] VARIANT_BOOL * Res);
Parameters
- Source - Key material to be compared with the current one
- PublicOnly - Set this parameter to True to compare only public parts of the keys
Return value
Returns
True if the keys are equal,
and
False otherwise.
Description
Use this method to compare two instances of TElDSAKeyMaterial class.