Share via


SessionId.Equals(Object) Method

Definition

Gets a value that indicates whether the provided object is equal to the current session ID object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

An object that can be cast to a SessionId.

Returns

true if the provided object is equal to the current session ID object; otherwise, false.

Applies to