Struct UserIdentityRecencyList.Entry
- Namespace
- MarymoorStudios.Core.Rpc.Identity
- Assembly
- MarymoorStudios.Core.Rpc.Identity.dll
public struct UserIdentityRecencyList.Entry : IEquatable<UserIdentityRecencyList.Entry>
- Implements
-
- Inherited Members
-
Constructors
Entry(UserIdentity, DateTime, DateTime, int)
public Entry(UserIdentity Identity, DateTime CreationTime, DateTime LastUpdateTime, int AccessCount)
Parameters
Identity
UserIdentity
CreationTime
DateTime
LastUpdateTime
DateTime
AccessCount
int
Properties
AccessCount
public int AccessCount { readonly get; set; }
Property Value
- int
CreationTime
public DateTime CreationTime { readonly get; set; }
Property Value
- DateTime
Identity
public UserIdentity Identity { readonly get; set; }
Property Value
- UserIdentity
LastUpdateTime
public DateTime LastUpdateTime { readonly get; set; }
Property Value
- DateTime
Methods
Deconstruct(out UserIdentity, out DateTime, out DateTime, out int)
public readonly void Deconstruct(out UserIdentity Identity, out DateTime CreationTime, out DateTime LastUpdateTime, out int AccessCount)
Parameters
Identity
UserIdentity
CreationTime
DateTime
LastUpdateTime
DateTime
AccessCount
int
Equals(Entry)
public readonly bool Equals(UserIdentityRecencyList.Entry other)
Parameters
other
UserIdentityRecencyList.Entry
Returns
- bool
Equals(object)
public override readonly bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override readonly int GetHashCode()
Returns
- int
ToString()
public override readonly string ToString()
Returns
- string
Operators
operator ==(Entry, Entry)
public static bool operator ==(UserIdentityRecencyList.Entry left, UserIdentityRecencyList.Entry right)
Parameters
left
UserIdentityRecencyList.Entry
right
UserIdentityRecencyList.Entry
Returns
- bool
operator !=(Entry, Entry)
public static bool operator !=(UserIdentityRecencyList.Entry left, UserIdentityRecencyList.Entry right)
Parameters
left
UserIdentityRecencyList.Entry
right
UserIdentityRecencyList.Entry
Returns
- bool