次の方法で共有


Pair<T1,T2>.Equals メソッド

定義

オーバーロード

Equals(Pair<T1,T2>)
Equals(Object)

Equals(Pair<T1,T2>)

ソース:
Pair.cs
public bool Equals(Microsoft.Bot.Builder.Internals.Fibers.Pair<T1,T2> other);
override this.Equals : Microsoft.Bot.Builder.Internals.Fibers.Pair<'T1, 'T2 (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)> -> bool
Public Function Equals (other As Pair(Of T1, T2)) As Boolean

パラメーター

other
Pair<T1,T2>

戻り値

実装

適用対象

Equals(Object)

ソース:
Pair.cs
public override bool Equals(object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

パラメーター

other
Object

戻り値

適用対象