UnityEditor.ActiveEditorTracker.Equals C# (CSharp) Méthode

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool
        public override bool Equals(object o)
        {
            ActiveEditorTracker tracker = o as ActiveEditorTracker;
            return (this.m_Property.m_IntPtr == tracker.m_Property.m_IntPtr);
        }