StringAsset.

Equals(StringReference) Method

Summary

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

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public bool Equals(StringReference other)

Remarks

Uses System.Object.ReferenceEquals(System.Object,System.Object).

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
other StringReference

Return Value

Type Description
bool