RVTDocs.com

ExternalResourceType.Inequality Operator

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