FileSectionEquals(FileSection) 方法
判断基本信息是否一致。
命名空间: TouchSocket.Dmtp.FileTransfer程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public bool Equals(
FileSection fileSection
)
Public Function Equals (
fileSection As FileSection
) As Boolean
member Equals :
fileSection : FileSection -> bool
- fileSection FileSection
- 待比较的文件段对象。
Boolean如果待比较的文件段对象的基本信息与当前对象一致,则返回
;否则返回
。