Method GetHashCode
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetHashCode(IDmsView)
Returns a hash code for the specified object.
public override int GetHashCode(IDmsView obj)
Parameters
obj
IDmsViewThe object for which to get a hash code.
Returns
- int
A hash code for the specified object.
Exceptions
- ArgumentNullException
obj
is null.