Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.Equals

TElKeyMaterial     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


Compares two instances of TElKeyMaterial.

Declaration

[C#/Java]
    virtual bool Equals(TElKeyMaterial Source, bool PublicOnly);

[VB.NET]
    Overridable Function Equals(ByVal Source As TElKeyMaterial, ByVal PublicOnly As Boolean) As Boolean

[Pascal]
    function Equals(Source : TElKeyMaterial; PublicOnly : boolean): boolean; virtual;

[C++]
    bool Equals(TElKeyMaterial &Source, bool PublicOnly);
    bool Equals(TElKeyMaterial *Source, bool PublicOnly);

[PHP]
    bool Equals(TElKeyMaterial $Source, bool $PublicOnly)

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 TElKeyMaterial class.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum