<Code Lib>
2021 Method
Changes 0
M

ExternalServiceId.op_Inequality

Description:
Compares two ExternalServiceId instances.

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

Return Value bool True if the inputs are different, false if they are identical.

Loading…