Skip to content

SiloMetadata Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

<Clone>$

virtual
public virtual SiloMetadata <Clone>$()

Equals(object?)

override
public override bool Equals(object? obj)
Determines whether the specified object is equal to the current object.

Parameters

objobject?
The object to compare with the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.

Equals(SiloMetadata?)

virtual
public virtual bool Equals(SiloMetadata? other)
Indicates whether the current object is equal to another object of the same type.

Parameters

otherSiloMetadata?
An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode

override
public override int GetHashCode()
Serves as the default hash function.

Returns

A hash code for the current object.

ToString

override
public override string ToString()
Returns a string that represents the current object.

Returns

A string that represents the current object.