Equality 运算符

Determines whether the two specified objects are equal.

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共运算符静态成员 Equality(Object, RegisteredServer. . :: . .Key) Determines whether two objects are equal by performing an equality operation on them with the object and right operator specified.
公共运算符静态成员 Equality(RegisteredServer. . :: . .Key, RegisteredServer. . :: . .Key) Determines whether two objects are equal by performing an equality operation on them using the specified left operator and right operator.
公共运算符静态成员 Equality(RegisteredServer. . :: . .Key, Object) Determines whether two objects are equal by performing an equality operation on them with the object and left operator specified.

页首