RanorexRanorex Documentation
GetHashCode Method
NamespacesRanorexImaging..::.FindOptionsGetHashCode()()()
Returns a static, very poor performing hash code!
Declaration Syntax
C#Visual BasicVisual C++
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
Return Value
A hash code for this instance.
Remarks
Since Imaging..::.FindOptions instances are not immutable, the only way to satisfy all Equals(Object) and GetHashCode()()() requirements is to return a static number for all Imaging..::.FindOptions instances. Consequently, the performance of a hash table storing Imaging..::.FindOptions instances will be very poor (hash table degenerates to list)!

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)