次の方法で共有


CancellationTokenRegistration.( = ) メソッド (F#)

登録の等値演算子。

名前空間/モジュール パス: System.Threading

アセンブリ: FSharp.Core (FSharp.Core.dll)

// Signature:
static member ( = ) : CancellationTokenRegistration * CancellationTokenRegistration -> bool

// Usage:
registration1 = registration2

パラメーター

戻り値

2 つの登録が等しい場合は true。

解説

この API は、.NET Framework 2.0 を対象とした F# ランタイムで使用するためにのみ用意されています。 .NET Framework 4 を使用している場合は、同じ名前の .NET Framework 4 API である Equality を使用します。

プラットフォーム

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

バージョン情報

F# ランタイム

サポート: 2.0

Silverlight

サポート: 3

参照

その他の技術情報

Threading.CancellationTokenRegistration 構造体 (F#)

System.Threading 名前空間 (F#)