UnityEditor.TextureImporterSettings.Equal C# (CSharp) Method

Equal() private method

private Equal ( TextureImporterSettings a, TextureImporterSettings b ) : bool
a TextureImporterSettings
b TextureImporterSettings
return bool
        public static extern bool Equal(TextureImporterSettings a, TextureImporterSettings b);
        [MethodImpl(MethodImplOptions.InternalCall)]