次の方法で共有


Range<T>.Equals メソッド

定義

オーバーロード

Equals(Range<T>)
Equals(Object)

Equals(Range<T>)

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

パラメーター

other
Range<T>

戻り値

実装

適用対象

Equals(Object)

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

パラメーター

other
Object

戻り値

適用対象