<Code Lib>
2025 Method
Changes 0
M

ParameterValue.IsEqual

Description:
Tests equality with another instance of the same class.
Remarks:
The result is always False if the two comparands are of a different value types.

public bool IsEqual(
	ParameterValue other
)

Return Value Boolean Boolean

Loading…