public bool Equals(D3D11RasterizerStateCacheKey other)
 {
     return(VeldridDescription.Equals(other.VeldridDescription) &&
            Multisampled.Equals(other.Multisampled));
 }