Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.Equals

TElX509Certificate     See also     


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


This topic is under development…

Declaration

[C#/Java]
    bool Equals(TElX509Certificate Other);

[VB.NET]
    Function Equals(ByVal Other As TElX509Certificate) As Boolean

[Pascal]
    function Equals(Other : TElX509Certificate) : boolean;

[C++]
    bool Equals(TElX509Certificate &Other);
    bool Equals(TElX509Certificate *Other);

[PHP]
    bool Equals(TElX509Certificate $Other)

Parameters

  • Other - ...
  • Cert - ...

Return value

    ...

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum