Discuss this help topic in SecureBlackbox Forum

TElSAMLID.CompareTo

TElSAMLID     


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


Compares twi ID elements.

Declaration

[C#]
    bool CompareTo(TElSAMLID Other);

[VB.NET]
    Function CompareTo(ByVal Other As TElSAMLID) As Boolean

[Pascal]
    function CompareTo(Other : TElSAMLID) : boolean; virtual;

[C++]
    bool CompareTo(TElSAMLID &Other);
    bool CompareTo(TElSAMLID *Other);

[PHP]
    bool CompareTo(TElSAMLID $Other)

[Java]
    boolean compareTo(TElSAMLID Other);

Parameters

  • Other - another ID to compare to.

Return value

Returns true if the two IDs match, and false otherwise.

Description

Use this method to compare this element to another SAML ID element.

Discuss this help topic in SecureBlackbox Forum