Share via


RegisteredServer.Key Members

Include Protected Members
Include Inherited Members

The RegisteredServer.Key class represents the property that is associated with the object that is used to uniquely identify the object.

The RegisteredServer.Key type exposes the following members.

Constructors

  Name Description
Public method RegisteredServer.Key()
Public method RegisteredServer.Key(String) Initializes a new instance of the RegisteredServer.Key class that has the specified name.
Public method RegisteredServer.Key(RegisteredServer.Key) Initializes a new instance of the RegisteredServer.Key class based on the referenced key object.

Top

Methods

  Name Description
Public method Equals(SfcKey) (Overrides SfcKeyEquals(SfcKey).)
Public method Equals(Object) (Overrides SfcKeyEquals(Object).)
Public methodStatic member Equals(Object, Object)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Overrides SfcKeyGetHashCode().)
Public method GetType() (Inherited from Object.)
Public method GetUrnFragment() (Overrides SfcKeyGetUrnFragment().)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcKey.)

Top

Operators

  Name Description
Public operatorStatic member Equality(Object, RegisteredServer.Key) Determines whether two objects are equal by performing an equality operation on them.
Public operatorStatic member Equality(RegisteredServer.Key, RegisteredServer.Key) Determines whether two objects are equal by performing an equality operation on them.
Public operatorStatic member Equality(RegisteredServer.Key, Object) Determines whether two objects are equal by performing an equality operation on them.
Public operatorStatic member Inequality(Object, RegisteredServer.Key) Determines whether two objects are equal by performing an inequality operation on them.
Public operatorStatic member Inequality(RegisteredServer.Key, RegisteredServer.Key) Determines whether two objects are equal by performing an inequality operation on them.
Public operatorStatic member Inequality(RegisteredServer.Key, Object) Determines whether two objects are equal by performing an inequality operation on them.

Top

Properties

  Name Description
Public property Name

Top