MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Equals

Method Equals

Source/Editor/Scripting/ScriptType.cs:1001–1004  ·  view source on GitHub ↗

(ScriptType other)

Source from the content-addressed store, hash-verified

999
1000 /// <inheritdoc />
1001 public bool Equals(ScriptType other)
1002 {
1003 return _managed == other._managed && _custom == other._custom;
1004 }
1005
1006 /// <inheritdoc />
1007 public override bool Equals(object obj)

Callers 15

UpdateFilterMethod · 0.45
RemoveQuickActionMethod · 0.45
SearchMethod · 0.45
ProcessItemsMethod · 0.45
GetWindowMethod · 0.45
IsValidAssetNameMethod · 0.45
GetProxyMethod · 0.45
AddProxyMethod · 0.45
GetXmlDocsMethod · 0.45
OnOptionsChangedMethod · 0.45
RemoveModuleMethod · 0.45
IsFileNameValidMethod · 0.45

Calls 1

EqualsFunction · 0.50

Tested by

no test coverage detected