ME3Explorer.Unreal.NameReference.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(NameReference r, string s)
        {
            return s == r.Name;
        }