StringAsset.

Equals(string) Method

Summary

Is the Animancer.StringAsset.Name equal to the `value`?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
StringAsset

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public bool Equals(string value)

Remarks

Checks regular string equality because the `value` might not be interned.

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
value string

Return Value

Type Description
bool