Struct ObjectUniqueId
Implements object unique id.
public readonly struct ObjectUniqueId : IEquatable<ObjectUniqueId>
- Implements
Constructors
- ObjectUniqueId()
Initializes a new instance of the ObjectUniqueId struct.
Methods
- Equals(ObjectUniqueId)
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
Indicates whether the current object is equal to another object.
- GetHashCode()
Returns the hash code of this instance.
- ToString()
Returns a string that represents the current object.
Operators
- operator ==(ObjectUniqueId, ObjectUniqueId)
Tests whether two ObjectUniqueId objects are equal.
- operator !=(ObjectUniqueId, ObjectUniqueId)
Tests whether two ObjectUniqueId objects are not equal.