Method | Description | |
---|---|---|
Equals ( Object o ) : bool |
Returns true if o is a QualifiedUid and the object class and uid match.
|
|
GetHashCode ( ) : int |
Returns a hash code based on uid
|
|
QualifiedUid ( |
Create a QualifiedUid.
|
|
ToString ( ) : String |
Returns a string representation acceptible for debugging.
|
public QualifiedUid ( |
||
objectClass | The object class. May not be null. | |
uid | The uid. May not be null. | |
return | System |