OperationSpec Class |
Namespace: Couchbase.Core.IO.Operations.SubDocument
public abstract class OperationSpec : IEqualityComparer
The OperationSpec type exposes the following members.
| Name | Description | |
|---|---|---|
| OperationSpec | Initializes a new instance of the OperationSpec class |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified OperationSpec, is equal to this instance. Only compares Path and OpCode!
(Overrides ObjectEquals(Object).) | |
| Equals(Object, Object) |
Determines whether the specified OperationSpec, is equal to this instance. Only compares Path and OpCode!
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetHashCode(Object) |
Returns a hash code for this instance.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |