Grasshopper API
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)

public bool IsIdenticalTo( GH_ExternalFile other )
Public Function IsIdenticalTo ( other As GH_ExternalFile ) As Boolean
Parameters
- other
- Type: Grasshopper.KernelGH_ExternalFile
Return Value
Type: Boolean