SignedNumberModelEquality Operator

Implements the ==.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool operator ==(
	SignedNumberModel x,
	string y
)

Parameters

x
Type: ABSuite.AccessLayer.Connector.Core.UtilitySignedNumberModel
The x.
y
Type: SystemString
The y.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference