Subscription.GetHashCode 方法

计算当前实例的哈希代码。

Namespace:Microsoft.Reactive.Testing
装配: Microsoft.Reactive.Testing.dll) 中的 Microsoft.Reactive.Testing (

语法

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As Subscription
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

返回值

类型: System.Int32
哈希代码。

另请参阅

参考

订阅结构

Microsoft.Reactive.Testing 命名空间