Discuss this help topic in SecureBlackbox Forum

TElSSLSocket.Equals

TElSSLSocket     


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


Determines whether two Object instances are equal.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • o - object to be checked if it is equal to the current one.
  • objA - first object to be compared for equality.
  • objB - second object to be compared for equality.

Return value

    True if objects are equal.
    False otherwise.

Description

    Use this method to check if specified object is equal to current object. Or whether the specified Object instances are considered equal.
    Please note that you should not call this method for SSLSocket class but for derived classes only.

Discuss this help topic in SecureBlackbox Forum