FolderId.Equals(Object) Method

Definition

Determines whether the specified folder is equal to the current folder.

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

Parameters

obj
Object

The folder to compare with the current folder.

Returns

true if the specified folder is equal to the current folder; otherwise, false.

Exceptions

The obj parameter is a null reference (Nothing in Visual Basic).

Applies to