ResourceIdentifierT Class |
Namespace: net.openstack.Core
public abstract class ResourceIdentifier<T> : IEquatable<T> where T : ResourceIdentifier<T>
The ResourceIdentifierT type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(T) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality |
Determines whether two specified resource identifiers have the same value.
| |
Inequality |
Determines whether two specified resource identifiers have different values.
|