示例#1
0
 internal bool Album_IsEqual(object first, object second, ref bool equal)
 {
     return(library.Album_IsEqual(first, second, ref equal));
 }