\n
\n\n IHashCodeProvider Interface
\n\n \n public interface IHashCodeProvider\n {\n int GetHashCode();\n }\n
\n
\n \n
\n\n Description
\nThe IHashCodeProvider
interface represents an object that can provide a hash code. This interface is typically used to provide a hash code for an object. The hash code is an integer that represents the object.
This interface is useful for use in hash tables and hash-based algorithms.
\n\n
\n\n \n See Also
\n- \n
- HashCodeProvider \n
- HashCodeProvider \n