Skip to content

GrainProperties Methods

Information about a logical grain type GrainType.

Equals(GrainProperties?)

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

Parameters

otherGrainProperties?
An object to compare with this object.

Returns

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

Equals(object?)

override
View source
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.

GetHashCode

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

Returns

A hash code for the current object.

ToDetailedString

View source
public string ToDetailedString()
Returns a detailed, string representation of this instance.

Returns

A detailed, string representation of this instance.