Method Equals
Equals(object)
Determines whether two snapshot identifiers are equal.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The snapshot identifier to compare against the current snapshot identifier. |
Returns
| Type | Description |
|---|---|
| bool | True if the specified snapshot identifier is equal to the current snapshot identifier; otherwise, false. |
Overrides
Equals(Identifier<T>)
Determines whether two snapshot identifiers are equal.
Declaration
public bool Equals(Identifier<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| Identifier<T> | other | The snapshot identifier to compare against the current snapshot identifier. |
Returns
| Type | Description |
|---|---|
| bool | True if the specified snapshot identifier is equal to the current snapshot identifier; otherwise, false. |