RVTDocs.com

ExternalServiceId.Inequality Operator

Description:
Compares two ExternalServiceId instances.
Syntax
public static bool operator !=(
	ExternalServiceId first,
	ExternalServiceId second
)
Parameters
Parameter Type Description
first ExternalServiceId The first ExternalServiceId.
second ExternalServiceId The second ExternalServiceId.
Return Value
Type Description
Boolean True if the inputs are different, false if they are identical.