Click or drag to resize

TreeParametersEquals method

Overwritten equals method.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public override bool Equals(
	
	Object? obj
)

Parameters

obj  Object
Comparison TreeParameters.

Return value

Boolean
True if both objects are instances of TreeParameters and their hash code matches.
See also