TextChangeRange.Equality(TextChangeRange, TextChangeRange) 运算符

定义

确定两个 TextChangeRange 实例是否相同。

public:
 static bool operator ==(Microsoft::CodeAnalysis::Text::TextChangeRange left, Microsoft::CodeAnalysis::Text::TextChangeRange right);
public static bool operator == (Microsoft.CodeAnalysis.Text.TextChangeRange left, Microsoft.CodeAnalysis.Text.TextChangeRange right);
static member ( = ) : Microsoft.CodeAnalysis.Text.TextChangeRange * Microsoft.CodeAnalysis.Text.TextChangeRange -> bool
Public Shared Operator == (left As TextChangeRange, right As TextChangeRange) As Boolean

参数

返回

适用于