<Code Lib>
2026 Method
Changes 0
M

LinkElementId.op_Inequality

Description:
Determines whether these two LinkElementIds are different.

public static bool operator !=(
	LinkElementId first,
	LinkElementId second
)

Return Value Boolean True if the LinkElementIds are different; otherwise, false.

Loading…