Returns a value indicating whether this object is equal to the object specified by the Other parameter.
Namespace:
FileNet.Api.Authentication
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _
Other As Object _
) As Boolean |
C# |
---|
public override bool Equals(
Object Other
) |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ Other
) override |
JavaScript |
---|
function equals(Other); |
Parameters
- Other
- Type: System..::.Object
The object to which this KerberosCredentials object is to be compared. Returns true if the object
specified by Other is equal to this object; otherwise, returns false.