Example #1
0
 private bool SameClient(S3FileInfo otherFile)
 {
     return(s3Client.Equals(otherFile.S3Client));
 }