Sort.Equals 方法
确定指定的Sort对象是否等于当前的Sort对象。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Overrides Function Equals ( _
other As Object _
) As Boolean
用法
Dim instance As Sort
Dim other As Object
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public override bool Equals(
Object other
)
参数
other
类型:System.Object要与当前的Sort对象进行比较的Sort对象。
返回值
类型:System.Boolean
true指定的Sort对象是否等于当前的Sort对象 ;否则为false。