StringReferenceExtensions.

EqualsWhereEmptyIsNull(StringReference, StringReference) Method

Summary

Is the Animancer.StringReference.String equal to the `other` when treating "" as equal to null?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
StringReferenceExtensions

Syntax

public static bool EqualsWhereEmptyIsNull(this StringReference reference, StringReference other)

Parameters

Name Type Description
reference StringReference
other StringReference

Return Value

Type Description
bool