Class ExecutionPlanSeal
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed class ExecutionPlanSeal : IEquatable<ExecutionPlanSeal>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”ExecutionPlanSeal(string)
Section titled “ ExecutionPlanSeal(string)”public ExecutionPlanSeal(string value)Parameters
Section titled “Parameters”value string
Methods
Section titled “Methods”Equals(ExecutionPlanSeal?)
Section titled “ Equals(ExecutionPlanSeal?)”Indicates whether the current object is equal to another object of the same type.
public bool Equals(ExecutionPlanSeal? other)Parameters
Section titled “Parameters”other ExecutionPlanSeal?
An object to compare with this object.
Returns
Section titled “Returns”true if the current object is equal to the other parameter; otherwise, false.
Equals(object?)
Section titled “ Equals(object?)”Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
The object to compare with the current object.
Returns
Section titled “Returns”true if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Section titled “ GetHashCode()”Serves as the default hash function.
public override int GetHashCode()Returns
Section titled “Returns”A hash code for the current object.
ToString()
Section titled “ ToString()”Returns a string that represents the current object.
public override string ToString()Returns
Section titled “Returns”A string that represents the current object.