GH_ExternalFileIsIdenticalTo Method |
Compares two files for content. If the size and the hash or the other file are equal to this one, the files are considered identical.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool IsIdenticalTo(
GH_ExternalFile other
)
Public Function IsIdenticalTo (
other As GH_ExternalFile
) As Boolean
Parameters
- other
- Type: Grasshopper.KernelGH_ExternalFile
Return Value
Type:
Boolean
See Also