Skip to content

Class ExecutionPlanSeal

Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll

public sealed class ExecutionPlanSeal : IEquatable<ExecutionPlanSeal>

objectExecutionPlanSeal

IEquatable<ExecutionPlanSeal>

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

public ExecutionPlanSeal(string value)

value string

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ExecutionPlanSeal? other)

other ExecutionPlanSeal?

An object to compare with this object.

bool

true if the current object is equal to the other parameter; otherwise, false.

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

public override bool Equals(object? obj)

obj object?

The object to compare with the current object.

bool

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

Serves as the default hash function.

public override int GetHashCode()

int

A hash code for the current object.

Returns a string that represents the current object.

public override string ToString()

string

A string that represents the current object.