Range<T>.Equals メソッド

定義

オーバーロード

Equals(Range<T>)

public bool Equals(Microsoft.SqlServer.Management.Assessment.Configuration.Range<T> other);
override this.Equals : Microsoft.SqlServer.Management.Assessment.Configuration.Range<'T (requires 'T :> IComparable<'T>)> -> bool
Public Function Equals (other As Range(Of T)) As Boolean

パラメーター

other
Range<T>

返品

適用対象

Equals(Object)

public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

パラメーター

obj
Object

返品

適用対象