StateImplGetHashCode Method (Boolean) |
[Missing <summary> documentation for "M:P.Runtime.StateImpl.GetHashCode(System.Boolean)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int GetHashCode(
bool symmetryReduction
)
Public Function GetHashCode (
symmetryReduction As Boolean
) As Integer
public:
int GetHashCode(
bool symmetryReduction
)
member GetHashCode :
symmetryReduction : bool -> int
Parameters
- symmetryReduction
- Type: SystemBoolean
[Missing <param name="symmetryReduction"/> documentation for "M:P.Runtime.StateImpl.GetHashCode(System.Boolean)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:P.Runtime.StateImpl.GetHashCode(System.Boolean)"]
See Also