AttachableObjectAddress 类
- 程序集
- ClassIsland.Core.dll
public class AttachableObjectAddress
- 继承
-
AttachableObjectAddress
- 继承成员
构造函数
AttachableObjectAddress()
public AttachableObjectAddress()
AttachableObjectAddress(string, int)
public AttachableObjectAddress(string guid, int index = -1)
参数
属性
Guid
public string Guid { get; set; }
属性值
Index
public int Index { get; set; }
属性值
方法
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
参数
obj
objectThe object to compare with the current object.
返回
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
返回
- int
A hash code for the current object.