/// <inheritdoc/> public bool Equals(SamplerType other) { return base.Equals(other); }
/// <inheritdoc/> public bool Equals(SamplerType other) { return(base.Equals(other)); }