Discuss this help topic in SecureBlackbox Forum

TElWebDAVCollation.Equals

TElWebDAVCollation     See also     


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


Declaration

[C#]
    bool Equals(string S1, string S2);
    bool Equals(Object obj);

[VB.NET]
    Function Equals(ByVal S1 As String, ByVal S2 As String) As Boolean
    Function Equals(ByVal obj As Object) As Boolean

[Pascal]
    function Equals(const S1, S2 : string) : boolean; virtual;

[C++]
    bool Equals(const std::string &S1, const std::string &S2);

[PHP]
    bool Equals(string $S1, string $S2)

[Java]
    boolean equals(String S1, String S2);

Parameters

  • S1 -
  • S2 -
  • obj -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum