CK.WindowManager.WindowElementBinder.SimpleBinding.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
            public override int GetHashCode()
            {
                return Target.GetHashCode() ^ Origin.GetHashCode();
            }
WindowElementBinder.SimpleBinding