GraphFolderId.Equals Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Equals(Object)
Determines whether the specified obj is equal to this object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | A Object to compare with this object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Overrides
Equals(GraphFolderId)
Determines whether the specified Graph ID is equal to this Graph ID.
Declaration
public bool Equals(GraphFolderId other)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphFolderId | other | A Graph ID to compare with this Graph ID. |
Returns
| Type | Description |
|---|---|
| Boolean |
|