<Code Lib>
2020 Method
Changes 0
M

ExternalResourceType.op_Equality

Description:
Compares two ExternalResourceType instances.

public static bool operator ==(
	ExternalResourceType first,
	ExternalResourceType second
)

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

Loading…