Example #1
0
 protected bool Equals(PfimConfig other)
 {
     return(ApplyColorMap == other.ApplyColorMap && Allocator.Equals(other.Allocator) &&
            BufferSize == other.BufferSize && TargetFormat == other.TargetFormat &&
            Decompress == other.Decompress);
 }