11 /// A comparison option determines whether how the runtime compares source (new) data against destination (existing) data before storing the new data.
12 /// The comparison option is declared in a description before an object is created.
13 /// The API allows you to set a comparison option for a depth-stencil buffer (see <see cref="IDepthStencilState"/>), depth-stencil operations, or sampler state (see <see cref="SamplerState"/>).