ModIdentity Class |
Namespace: UMod.Shared
[SerializableAttribute] public sealed class ModIdentity : IEquatable<ModIdentity>
The ModIdentity type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModIdentity |
Create a new mod identity.
|
![]() | ModIdentity(String, String, ModIdentifier) |
Create a new mod identity with the specified id values.
|
Name | Description | |
---|---|---|
![]() | ModIdentifier |
Get the identifier for this mod identity.
The identifier is a unique 8-byte hash code.
|
![]() | ModName |
Get the name of the mod for this identity.
|
![]() | ModVersion |
Get the version of the mod for this identity.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determine whether the specified object is equal to this mod idendity.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ModIdentity) |
Determine whtether the specified mod idnetity is equal to this mod identity.
|
![]() | GetHashCode |
Override method.
(Overrides ObjectGetHashCode.) |
![]() | ToString |
Override method.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Override equals operator.
|
![]() ![]() | Inequality |
Override not-equals operator.
|